summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brawer <brawer@dandelis.ch>2002-04-30 22:07:41 +0000
committerSascha Brawer <brawer@dandelis.ch>2002-04-30 22:07:41 +0000
commit816de18296c02cfc0108cf8fc5754310d8c54d22 (patch)
treee6b0035d16e45b73d48c4cf5f6d50601c2128c38
parent1f9e38ab5675ba891ff86ef4fb7a2f5defa2134d (diff)
downloadclasspath-816de18296c02cfc0108cf8fc5754310d8c54d22.tar.gz
class description: Docfix to avoid angle brackets in Javadoc
and for pre-formatted code without asterisks.
-rw-r--r--java/util/Dictionary.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/util/Dictionary.java b/java/util/Dictionary.java
index 833a1b0ca..53c4d6408 100644
--- a/java/util/Dictionary.java
+++ b/java/util/Dictionary.java
@@ -47,11 +47,11 @@ package java.util;
* People at Javasoft are probably embarrassed by it. At this point,
* it might as well be an interface rather than a class, but it remains
* this poor, laughable skeleton for the sake of backwards compatibility.
- * At any rate, this was what came before the <pre>Map</pre> interface
+ * At any rate, this was what came before the {@link Map} interface
* in the Collections framework.
*
* @author Jon Zeppieri
- * @author Eric Blake <ebb9@email.byu.edu>
+ * @author Eric Blake (ebb9@email.byu.edu)
* @see Map
* @see Hashtable
* @since 1.0