Skip to content

Commit ceb9fd9

Browse files
committed
minor change
1 parent 08c6e04 commit ceb9fd9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drjava/src/edu/rice/cs/drjava/model/compiler/JavaxToolsCompiler.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@ public String toString() {
127127
}
128128

129129
public List<File> additionalBootClassPathForInteractions() {
130-
// TODO: figure out what this looks like for javax.tools compiler
131-
return new ArrayList<File>();
130+
return Collections.emptyList();
132131
}
133132

134133
/** Transform the command line to be interpreted into something the Interactions JVM can use.

0 commit comments

Comments
 (0)