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 d03b9f2 commit 37d6707
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ private void handleWriteError(TypeElement element, IOException e) {
}

private void deletePossibleClassFile(String packageName, String className) {
/*
try {
FileObject resource = processingEnv.getFiler().getResource(StandardLocation.CLASS_OUTPUT, packageName,
className + ".class");
Expand All @@ -264,5 +265,6 @@ private void deletePossibleClassFile(String packageName, String className) {
} catch (IOException e) {
// ignore
}
*/
}
}

0 comments on commit 37d6707

Please sign in to comment.