You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by db...@apache.org on 2008/04/02 05:51:03 UTC

svn commit: r643706 - /jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java

Author: dbrosius
Date: Tue Apr  1 20:51:02 2008
New Revision: 643706

URL: http://svn.apache.org/viewvc?rev=643706&view=rev
Log:
remove stuttered code

Modified:
    jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java

Modified: jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java?rev=643706&r1=643705&r2=643706&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java (original)
+++ jakarta/bcel/trunk/src/main/java/org/apache/bcel/util/ConstantHTML.java Tue Apr  1 20:51:02 2008
@@ -112,7 +112,6 @@
                 // Partially compacted class name, i.e., / -> .
                 String method_class = constant_pool.constantToString(class_index, CONSTANT_Class);
                 String short_method_class = Utility.compactClassName(method_class); // I.e., remove java.lang.
-                short_method_class = Utility.compactClassName(method_class); // I.e., remove java.lang.
                 short_method_class = Utility.compactClassName(short_method_class, class_package
                         + ".", true); // Remove class package prefix
                 // Get method signature



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org