jdk/src/java.base/share/classes/sun/misc/Cache.java
changeset 30655 d83f50188ca9
parent 25859 3317bb8137f4
--- a/jdk/src/java.base/share/classes/sun/misc/Cache.java	Tue May 19 10:05:02 2015 +0200
+++ b/jdk/src/java.base/share/classes/sun/misc/Cache.java	Tue May 19 16:04:14 2015 +0400
@@ -196,8 +196,8 @@
     /**
      * Gets the object associated with the specified key in the Cache.
      * @param key the key in the hash table
-     * @returns the element for the key or null if the key
-     *          is not defined in the hash table.
+     * @return the element for the key or null if the key
+     *         is not defined in the hash table.
      * @see Cache#put
      */
     public synchronized Object get(Object key) {