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-unsubscr...@jakarta.apache.org For additional commands, e-mail: bcel-dev-h...@jakarta.apache.org