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 2009/07/28 19:12:35 UTC

svn commit: r798613 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java

Author: ggregory
Date: Tue Jul 28 17:12:35 2009
New Revision: 798613

URL: http://svn.apache.org/viewvc?rev=798613&view=rev
Log:
@since 1.4.

Modified:
    commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java

Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java?rev=798613&r1=798612&r2=798613&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java (original)
+++ commons/proper/codec/trunk/src/test/org/apache/commons/codec/net/UtilsTest.java Tue Jul 28 17:12:35 2009
@@ -27,6 +27,7 @@
  * 
  * @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
  * @version $Id$
+ * @since 1.4
  */
 public class UtilsTest extends TestCase {