aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/lombok/With.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/lombok/With.java b/src/core/lombok/With.java
index 141d1fa6..417d8b31 100644
--- a/src/core/lombok/With.java
+++ b/src/core/lombok/With.java
@@ -26,8 +26,6 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
-import lombok.AccessLevel;
-
/**
* Put on any field to make lombok build a 'with' - a withX method which produces a clone of this object (except for 1 field which gets a new value).
* <p>