We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2322ce commit f226310Copy full SHA for f226310
src/main/java/org/codehaus/plexus/build/BuildContext.java
@@ -19,7 +19,6 @@
19
20
import org.codehaus.plexus.util.Scanner;
21
22
-// TODO should it be BuildWorkspace or something like that?
23
/**
24
* <p>BuildContext interface.</p>
25
*/
@@ -30,8 +29,6 @@ public interface BuildContext {
30
29
/** Constant <code>SEVERITY_ERROR=2</code> */
31
int SEVERITY_ERROR = 2;
32
33
- // TODO should we add File getBasedir()?
34
-
35
36
* Returns <code>true</code> if file or folder identified by <code>relpath</code> has
37
* changed since last build.
0 commit comments