--- old/src/java.base/share/classes/sun/misc/Cache.java 2015-05-18 19:54:24.300747457 +0400 +++ new/src/java.base/share/classes/sun/misc/Cache.java 2015-05-18 19:54:24.152747457 +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) {