Author: srowen Date: Thu Mar 4 12:39:14 2010 New Revision: 918970 URL: http://svn.apache.org/viewvc?rev=918970&view=rev Log: Fix javadoc reference
Modified: lucene/mahout/trunk/collections/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t Modified: lucene/mahout/trunk/collections/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/collections/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t?rev=918970&r1=918969&r2=918970&view=diff ============================================================================== --- lucene/mahout/trunk/collections/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t (original) +++ lucene/mahout/trunk/collections/src/main/java-templates/org/apache/mahout/math/map/OpenObjectValueTypeHashMap.java.t Thu Mar 4 12:39:14 2010 @@ -193,8 +193,8 @@ /** * Returns the value associated with the specified key. It is often a good idea to first check with - * containsKey(${keyType}) whether the given key has a value associated or not, i.e. whether there exists an association - * for the given key or not. + * {...@link containsKey(Object)} whether the given key has a value associated or not, + * i.e. whether there exists an association for the given key or not. * * @param key the key to be searched for. * @return the value associated with the specified key; <tt>0</tt> if no such key is present.