You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/10/09 13:00:52 UTC

svn commit: r307392 - /directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java

Author: elecharny
Date: Sun Oct  9 04:00:48 2005
New Revision: 307392

URL: http://svn.apache.org/viewcvs?rev=307392&view=rev
Log:
Fixed the imports to avoid warnings

Modified:
    directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java

Modified: directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java
URL: http://svn.apache.org/viewcvs/directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java?rev=307392&r1=307391&r2=307392&view=diff
==============================================================================
--- directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java (original)
+++ directory/asn1/trunk/ber-new/src/java/main/org/apache/asn1new/util/IntegerDecoder.java Sun Oct  9 04:00:48 2005
@@ -16,7 +16,6 @@
  */
 package org.apache.asn1new.util;
 
-import org.apache.asn1.codec.DecoderException;
 import org.apache.asn1new.ber.tlv.Value;