You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/03/15 08:12:47 UTC

svn commit: rev 9488 - incubator/directory/snickers/branches/refactoring/ber/src/java/org/apache/snickers/ber

Author: akarasulu
Date: Sun Mar 14 23:12:46 2004
New Revision: 9488

Modified:
   incubator/directory/snickers/branches/refactoring/ber/src/java/org/apache/snickers/ber/Length.java
Log:
bad copying

Modified: incubator/directory/snickers/branches/refactoring/ber/src/java/org/apache/snickers/ber/Length.java
==============================================================================
--- incubator/directory/snickers/branches/refactoring/ber/src/java/org/apache/snickers/ber/Length.java	(original)
+++ incubator/directory/snickers/branches/refactoring/ber/src/java/org/apache/snickers/ber/Length.java	Sun Mar 14 23:12:46 2004
@@ -73,11 +73,11 @@
     
     
     /**
-     * Fixates the data within this Tag calculating all the derived 
+     * Fixates the data within this Length calculating all the derived 
      * properties from the existing set of octets.  While fixated octets
      * cannot be added.
      * 
-     * @throws DecoderException if this Tag is invalid
+     * @throws DecoderException if this Length is invalid
      */
     void fixate() throws DecoderException
     {