Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
Randgalt committed Mar 31, 2024
1 parent 9a42ee2 commit 22a57c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private void handleWriteError(TypeElement element, IOException e) {
}

private void deletePossibleClassFile(String packageName, String className, Location location) {
/*
String extension = location.equals(StandardLocation.CLASS_OUTPUT) ? ".class" : ".java";
try {
Expand All @@ -297,5 +298,6 @@ private void deletePossibleClassFile(String packageName, String className, Locat
} catch (IOException e) {
// ignore
}
*/
}
}

0 comments on commit 22a57c4

Please sign in to comment.