1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

removed abstract method as it does not need to be abstract

This commit is contained in:
David Inglis 2003-08-18 16:16:10 +00:00
parent 746f6bfdc7
commit e5e277adaf

View file

@ -73,6 +73,4 @@ public abstract class ACBuilder extends IncrementalProjectBuilder implements IMa
}
return IMarker.SEVERITY_ERROR;
}
public abstract IPath getWorkingDirectory();
}