Replace UTF section sign in Javadoc by
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Aug 2010 13:08:37 +0000 (13:08 +0000)
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 2 Aug 2010 13:08:37 +0000 (13:08 +0000)
HTML entity.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981501 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/tomcat/util/bcel/classfile/StackMap.java
java/org/apache/tomcat/util/bcel/classfile/StackMapEntry.java
java/org/apache/tomcat/util/bcel/classfile/StackMapTable.java
java/org/apache/tomcat/util/bcel/classfile/StackMapTableEntry.java

index 9fb7578..b78cd8a 100644 (file)
@@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Constants;
  * (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
+ * &sect;5.3.1.2
  *
  * @version $Id$
  * @author  <A HREF="mailto:m.dahm@gmx.de">M. Dahm</A>
index 30449b6..39f914d 100644 (file)
@@ -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 &sect;5.3.1.2
  *
  * @version $Id$
  * @author  <A HREF="mailto:m.dahm@gmx.de">M. Dahm</A>
index 828d044..84f602b 100644 (file)
@@ -29,7 +29,7 @@ import org.apache.tomcat.util.bcel.Constants;
  * (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
+ * &sect;5.3.1.2
  *
  * @version $Id$
  * @author  <A HREF="mailto:m.dahm@gmx.de">M. Dahm</A>
index 99942c2..5a4cb53 100644 (file)
@@ -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 &sect;5.3.1.2
  *
  * @version $Id$
  * @author  <A HREF="mailto:m.dahm@gmx.de">M. Dahm</A>