From: rjung Date: Mon, 2 Aug 2010 13:08:37 +0000 (+0000) Subject: Replace UTF section sign in Javadoc by X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=899b1d440fe2055237a5e608e80fa4f3ac072ea8;p=tomcat7.0 Replace UTF section sign in Javadoc by HTML entity. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981501 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/tomcat/util/bcel/classfile/StackMap.java b/java/org/apache/tomcat/util/bcel/classfile/StackMap.java index 9fb757851..b78cd8a45 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/StackMap.java +++ b/java/org/apache/tomcat/util/bcel/classfile/StackMap.java @@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Constants; * (J2ME). This attribute is used by the KVM and contained * within the Code attribute of a method. See CLDC specification - * �5.3.1.2 + * §5.3.1.2 * * @version $Id$ * @author M. Dahm diff --git a/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java b/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java index 30449b6e6..39f914de3 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java +++ b/java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java @@ -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 M. Dahm diff --git a/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java b/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java index 828d0448f..84f602b82 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java +++ b/java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java @@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Constants; * (J2ME). This attribute is used by the KVM and contained * within the Code attribute of a method. See CLDC specification - * ��?5.3.1.2 + * §5.3.1.2 * * @version $Id$ * @author M. Dahm diff --git a/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java b/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java index 99942c28c..5a4cb53fd 100644 --- a/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java +++ b/java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java @@ -26,7 +26,7 @@ import org.apache.tomcat.util.bcel.Constants; /** * 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 M. Dahm