Procházet zdrojové kódy

New method on the interface: null impl

tags/V1_6_2
aclement před 15 roky
rodič
revize
f6e3192f19

+ 4
- 0
ajde.core/testsrc/org/aspectj/ajde/core/TestOutputLocationManager.java Zobrazit soubor

@@ -76,6 +76,10 @@ public class TestOutputLocationManager implements IOutputLocationManager {
resourceOutputLoc = new File(testProjectOutputPath);
}
}

public String getSourceFolderForFile(File sourceFile) {
return null;
}

}

Načítá se…
Zrušit
Uložit