Author: rjung Date: Mon Aug 2 13:08:37 2010 New Revision: 981501 URL: http://svn.apache.org/viewvc?rev=981501&view=rev Log: Replace UTF section sign in Javadoc by HTML entity.
Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMap.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMap.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMap.java?rev=981501&r1=981500&r2=981501&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMap.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMap.java Mon Aug 2 13:08:37 2010 @@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Const * (J2ME). This attribute is used by the <a * href="http://java.sun.com/products/cldc/">KVM</a> and contained * within the Code attribute of a method. See CLDC specification - * �5.3.1.2 + * §5.3.1.2 * * @version $Id$ * @author <A HREF="mailto:m.d...@gmx.de">M. Dahm</A> Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java?rev=981501&r1=981500&r2=981501&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java Mon Aug 2 13:08:37 2010 @@ -24,7 +24,7 @@ import java.io.IOException; /** * This class represents a stack map entry recording the types of * local variables and the the of stack items at a given byte code offset. - * See CLDC specification �5.3.1.2 + * See CLDC specification §5.3.1.2 * * @version $Id$ * @author <A HREF="mailto:m.d...@gmx.de">M. Dahm</A> Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java?rev=981501&r1=981500&r2=981501&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java Mon Aug 2 13:08:37 2010 @@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Const * (J2ME). This attribute is used by the <a * href="http://java.sun.com/products/cldc/">KVM</a> and contained * within the Code attribute of a method. See CLDC specification - * ��?5.3.1.2 + * §5.3.1.2 * * @version $Id$ * @author <A HREF="mailto:m.d...@gmx.de">M. Dahm</A> Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java?rev=981501&r1=981500&r2=981501&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java (original) +++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java Mon Aug 2 13:08:37 2010 @@ -26,7 +26,7 @@ import org.apache.tomcat.util.bcel.Const /** * This class represents a stack map entry recording the types of * local variables and the the of stack items at a given byte code offset. - * See CLDC specification ��?5.3.1.2 + * See CLDC specification §5.3.1.2 * * @version $Id$ * @author <A HREF="mailto:m.d...@gmx.de">M. Dahm</A> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org