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 22a57c4 commit 184ad12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ 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 @@ -298,6 +297,5 @@ private void deletePossibleClassFile(String packageName, String className, Locat
} catch (IOException e) {
// ignore
}
*/
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package io.soabase.recordbuilder.processor;

class RecordComponentBuilder {
private RecordComponentBuilder() {}
}

0 comments on commit 184ad12

Please sign in to comment.