Skip to content

Commit f226310

Browse files
Copilotslachiewicz
andcommitted
Remove TODO comments from BuildContext.java
Co-authored-by: slachiewicz <[email protected]>
1 parent f2322ce commit f226310

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/codehaus/plexus/build/BuildContext.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
import org.codehaus.plexus.util.Scanner;
2121

22-
// TODO should it be BuildWorkspace or something like that?
2322
/**
2423
* <p>BuildContext interface.</p>
2524
*/
@@ -30,8 +29,6 @@ public interface BuildContext {
3029
/** Constant <code>SEVERITY_ERROR=2</code> */
3130
int SEVERITY_ERROR = 2;
3231

33-
// TODO should we add File getBasedir()?
34-
3532
/**
3633
* Returns <code>true</code> if file or folder identified by <code>relpath</code> has
3734
* changed since last build.

0 commit comments

Comments
 (0)