aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/UtilityClass.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/transform/resource/after-delombok/UtilityClass.java')
-rw-r--r--test/transform/resource/after-delombok/UtilityClass.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/transform/resource/after-delombok/UtilityClass.java b/test/transform/resource/after-delombok/UtilityClass.java
index 32e47557..8d3f4c08 100644
--- a/test/transform/resource/after-delombok/UtilityClass.java
+++ b/test/transform/resource/after-delombok/UtilityClass.java
@@ -7,7 +7,6 @@ final class UtilityClass {
private String innerInnerMember;
}
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
private UtilityClass() {
throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
}
@@ -17,7 +16,6 @@ class UtilityInner {
static final class InnerInnerInner {
static int member;
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
private InnerInnerInner() {
throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
}
@@ -28,7 +26,6 @@ class UtilityInner {
static final class InsideEnum {
static int member;
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
private InsideEnum() {
throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
}
@@ -38,7 +35,6 @@ class UtilityInner {
final class InsideInterface {
static int member;
@java.lang.SuppressWarnings("all")
- @javax.annotation.Generated("lombok")
private InsideInterface() {
throw new java.lang.UnsupportedOperationException("This is a utility class and cannot be instantiated");
}