better pretty name

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@166 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 1ca210556e
commit 4509f4bcf7
  1. 2
      jode/jode/type/ArrayType.java

@ -124,6 +124,8 @@ public class ArrayType extends Type {
}
public String getDefaultName() {
if (elementType instanceof ArrayType)
return elementType.getDefaultName();
return pluralize(elementType.getDefaultName());
}

Loading…
Cancel
Save