aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/expr/NewArray.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/javassist/expr/NewArray.java')
-rw-r--r--src/main/javassist/expr/NewArray.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/javassist/expr/NewArray.java b/src/main/javassist/expr/NewArray.java
index 70d74afd..df30e26f 100644
--- a/src/main/javassist/expr/NewArray.java
+++ b/src/main/javassist/expr/NewArray.java
@@ -92,9 +92,9 @@ public class NewArray extends Expr {
/**
* Returns the type of array components. If the created array is
- * a two-dimensional array of <tt>int</tt>,
+ * a two-dimensional array of <code>int</code>,
* the type returned by this method is
- * not <tt>int[]</tt> but <tt>int</tt>.
+ * not <code>int[]</code> but <code>int</code>.
*/
public CtClass getComponentType() throws NotFoundException {
if (opcode == Opcode.NEWARRAY) {