Änderungen am Parser

This commit is contained in:
JanUlrich 2014-07-02 10:00:17 +02:00
parent 2ce0fd4dcd
commit d5258d2d09
3 changed files with 4 additions and 607 deletions

View File

@ -46,8 +46,7 @@ public class GenericTypeInsertPoint extends SourcePatchPoint {
*/
@Override
public JavaCodeResult getTypeInsertString() {
public String getTypeInsertString() {
return this.patch.getInsertString();
}

View File

@ -21,5 +21,7 @@ public class GenericVarPatch {
if(!this.genericPairs.contains(p))this.genericPairs.add(p);
}
public String getInsertString(){
return null; //TODO:
}
}

File diff suppressed because one or more lines are too long