added Nullables

This commit is contained in:
Timo Westkämper 2010-08-03 17:27:52 +00:00
parent f4bd3ba3e8
commit 1f1116ff3f
2 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,7 @@ public class TypeExtends extends TypeAdapter{
}
}
@Nullable
public String getVarName(){
return varName;
}

View File

@ -50,6 +50,7 @@ public class TypeSuper extends TypeAdapter{
}
}
@Nullable
public String getVarName(){
return varName;
}