diff options
author | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2009-07-08 07:30:19 +1000 |
commit | e769f2c0cc39b4102436b4d57727a46f60ed8ef7 (patch) | |
tree | 1f698a40790dd74b3c4a77c85cd6244b03f60501 /java/src/Freeze/Map.java | |
parent | Add test/Ice/servantLocator missed files. (diff) | |
download | ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.bz2 ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.tar.xz ice-e769f2c0cc39b4102436b4d57727a46f60ed8ef7.zip |
Bug 3502: More cleanup for new javadoc syntax.
Diffstat (limited to 'java/src/Freeze/Map.java')
-rw-r--r-- | java/src/Freeze/Map.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/Freeze/Map.java b/java/src/Freeze/Map.java index debe0c16f57..84872da5b78 100644 --- a/java/src/Freeze/Map.java +++ b/java/src/Freeze/Map.java @@ -26,7 +26,7 @@ public interface Map<K, V> extends NavigableMap<K, V> /** * Closes the database associated with this map, as well as all open iterators. * A map must be closed when it is no longer needed, either directly, or by - * closing the <code>Connection</code> associated with this map. + * closing the {@link Connection} associated with this map. **/ void close(); @@ -56,7 +56,7 @@ public interface Map<K, V> extends NavigableMap<K, V> /** * Closes this iterator, reclaiming associated resources. This - * method is an alias for <code>close</code>. + * method is an alias for {@link #close}. **/ void destroy(); } |