ooops, last change was wrong

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@793 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent dd02d56566
commit 4601a52a31
  1. 2
      jode/jode/type/ArrayType.java
  2. 2
      jode/jode/type/ClassInterfacesType.java

@ -175,8 +175,6 @@ public class ArrayType extends ReferenceType {
* @return the middle type, or null if it is not necessary.
*/
public Type getCastHelper(Type fromType) {
if (fromType.getTypeCode() == TC_NULL)
return this;
Type hintType = fromType.getHint();
switch (hintType.getTypeCode()) {
case TC_ARRAY:

@ -435,8 +435,6 @@ public class ClassInterfacesType extends ReferenceType {
* @return the middle type, or null if it is not necessary.
*/
public Type getCastHelper(Type fromType) {
if (fromType.getTypeCode() == TC_NULL)
return this;
Type hintType = fromType.getHint();
switch (hintType.getTypeCode()) {
case TC_ARRAY:

Loading…
Cancel
Save