We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c6e04 commit ceb9fd9Copy full SHA for ceb9fd9
drjava/src/edu/rice/cs/drjava/model/compiler/JavaxToolsCompiler.java
@@ -127,8 +127,7 @@ public String toString() {
127
}
128
129
public List<File> additionalBootClassPathForInteractions() {
130
- // TODO: figure out what this looks like for javax.tools compiler
131
- return new ArrayList<File>();
+ return Collections.emptyList();
132
133
134
/** Transform the command line to be interpreted into something the Interactions JVM can use.
0 commit comments