ClassFileFactory, minor: make done() public and use in LightClassDataProvider
This commit is contained in:
@@ -82,7 +82,7 @@ public class ClassFileFactory implements OutputFileCollection {
|
||||
return answer;
|
||||
}
|
||||
|
||||
void done() {
|
||||
public void done() {
|
||||
if (!isDone) {
|
||||
isDone = true;
|
||||
writeModuleMappings();
|
||||
|
||||
Reference in New Issue
Block a user