Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Made the cleanup() method in JavacTaskImpl public
Browse files Browse the repository at this point in the history
  • Loading branch information
itsaky committed Jun 28, 2022
1 parent 60682ec commit eb2746e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <T> String toString(Iterable<T> items, String sep) {
return sb.toString();
}

void cleanup() {
public void cleanup() {
if (compiler != null)
compiler.close();
if (fileManager instanceof BaseFileManager && ((BaseFileManager) fileManager).autoClose) {
Expand Down

0 comments on commit eb2746e

Please sign in to comment.