Fix Javadoc.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1457911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2013-03-18 18:41:54 +00:00
parent 06dc644595
commit 583b468a98
1 changed files with 1 additions and 1 deletions

View File

@ -1278,7 +1278,7 @@ public class AbstractHashedMap<K, V> extends AbstractMap<K, V> implements Iterab
* <code>Cloneable</code> interface and make this method public.
*
* @return a shallow clone
* @throws java.lang.InternalError if {@link super#clone()} failed
* @throws InternalError if {@link AbstractMap#clone()} failed
*/
@Override
@SuppressWarnings("unchecked")