Author: elecharny
Date: Thu Apr 14 23:01:52 2005
New Revision: 161413
URL: http://svn.apache.org/viewcvs?view=rev&rev=161413
Log:
Added some comments
Modified:
directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java
Modified:
directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java
URL:
http://svn.apache.org/viewcvs/directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java?view=diff&r1=161412&r2=161413
==============================================================================
---
directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java
(original)
+++
directory/sandbox/trunk/asn1-new-codec/src/test/org/apache/asn1/primitives/PrimitivesTest.java
Thu Apr 14 23:01:52 2005
@@ -21,7 +21,7 @@
import org.apache.asn1.ber.tlv.Value;
import org.apache.asn1.ldap.codec.DecoderException;
-import org.apache.asn1.ldap.codec.primitives.IntegerDecoder;
+import org.apache.asn1.ldap.codec.utils.IntegerDecoder;
import org.apache.log4j.Logger;
import org.apache.log4j.PropertyConfigurator;
@@ -37,7 +37,7 @@
{
//~ Static fields/initializers
-----------------------------------------------------------------
- /** DOCUMENT ME! */
+ /** The logger */
private static Logger log = Logger.getLogger( PrimitivesTest.class );
static
@@ -48,7 +48,7 @@
//~ Methods
------------------------------------------------------------------------------------
/**
- * DOCUMENT ME!
+ * Test the Integer Primitive
*/
public void testIntegerPrimitive()
{