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 2009/10/18 03:44:18 UTC

svn commit: r826335 - /jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java

Author: dbrosius
Date: Sun Oct 18 01:44:18 2009
New Revision: 826335

URL: http://svn.apache.org/viewvc?rev=826335&view=rev
Log:
fix garbage char that somehow got stuck in javadoc

Modified:
    jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java

Modified: jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java?rev=826335&r1=826334&r2=826335&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java (original)
+++ jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/Utility.java Sun Oct 18 01:44:18 2009
@@ -626,7 +626,7 @@
 
 
     /**
-     * A return�type signature represents the return value from a method.
+     * A returntype signature represents the return value from a method.
      * It is a series of bytes in the following grammar:
      *
      * <return_signature> ::= <field_type> | V



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