Skip to content

Commit ec9d7d3

Browse files
committed
Update UTypeWriter.java
1 parent f7fa8e3 commit ec9d7d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prism-core/src/main/java/io/avaje/prism/internal/UTypeWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import java.io.PrintWriter;
44

5-
import javax.annotation.processing.Generated;
6-
75
public class UTypeWriter {
86
private UTypeWriter() {}
97

@@ -17,6 +15,7 @@ public static void write(PrintWriter out, String packageName) {
1715
+ "import java.util.List;\n"
1816
+ "import java.util.Set;\n"
1917
+ "\n"
18+
+ "import javax.annotation.processing.Generated;\n"
2019
+ "import javax.lang.model.element.AnnotationMirror;\n"
2120
+ "import javax.lang.model.type.TypeKind;\n"
2221
+ "import javax.lang.model.type.TypeMirror;\n"

0 commit comments

Comments
 (0)