You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/02/20 11:00:07 UTC

svn commit: r1661080 - /commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java

Author: ebourg
Date: Fri Feb 20 10:00:07 2015
New Revision: 1661080

URL: http://svn.apache.org/r1661080
Log:
Ich glaube dass better besser ist

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java?rev=1661080&r1=1661079&r2=1661080&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/bcel/generic/InstructionList.java Fri Feb 20 10:00:07 2015
@@ -1121,7 +1121,7 @@ public class InstructionList implements
 
 
     /**
-     * Delete contents of list. Provides besser memory utilization,
+     * Delete contents of list. Provides better memory utilization,
      * because the system then may reuse the instruction handles. This
      * method is typically called right after {@link MethodGen#getMethod()}.
      */