You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/04/05 20:20:09 UTC

svn commit: r1309988 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java

Author: ggregory
Date: Thu Apr  5 18:20:09 2012
New Revision: 1309988

URL: http://svn.apache.org/viewvc?rev=1309988&view=rev
Log:
Remove incomplete Javadoc tags.

Modified:
    commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java

Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java?rev=1309988&r1=1309987&r2=1309988&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java (original)
+++ commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java Thu Apr  5 18:20:09 2012
@@ -67,10 +67,6 @@ public class FastDateParserTest {
 
     /**
      * Override this method in derived tests to change the construction of instances
-     * @param format
-     * @param timeZone
-     * @param locale
-     * @return
      */
     protected DateParser getInstance(String format, TimeZone timeZone, Locale locale) {
         return new FastDateParser(format, timeZone, locale);