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/04/17 11:44:35 UTC

svn commit: r161640 - directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java

Author: elecharny
Date: Sun Apr 17 02:44:34 2005
New Revision: 161640

URL: http://svn.apache.org/viewcvs?view=rev&rev=161640
Log:
Changed a link form incubator to directory

Modified:
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java
    directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java

Modified: directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java
URL: http://svn.apache.org/viewcvs/directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java?view=diff&r1=161639&r2=161640
==============================================================================
--- directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java (original)
+++ directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecDecoder.java Sun Apr 17 02:44:34 2005
@@ -14,7 +14,7 @@
 
 /**
  * A wrapper for {@link StatefulDecoder} from 
- * <a href="http://incubator.apache.org/directory/subprojects/asn1/codec-stateful/">Apache ASN.1 Codec</a>.
+ * <a href="http://directory.apache.org/subprojects/asn1/codec-stateful/">Apache ASN.1 Codec</a>.
  * 
  * @author Trustin Lee (trustin@apache.org)
  * @version $Rev$, $Date$, 

Modified: directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java
URL: http://svn.apache.org/viewcvs/directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java?view=diff&r1=161639&r2=161640
==============================================================================
--- directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java (original)
+++ directory/network/trunk/src/java/org/apache/mina/protocol/codec/Asn1CodecEncoder.java Sun Apr 17 02:44:34 2005
@@ -18,7 +18,7 @@
 
 /**
  * A wrapper for {@link StatefulEncoder} from 
- * <a href="http://incubator.apache.org/directory/subprojects/asn1/codec-stateful/">Apache ASN.1 Codec</a>.
+ * <a href="http://directory.apache.org/subprojects/asn1/codec-stateful/">Apache ASN.1 Codec</a>.
  * 
  * @author Trustin Lee (trustin@apache.org)
  * @version $Rev$, $Date$,