Skip to content

Commit 1eb9d24

Browse files
committed
remove unused import
1 parent 944590e commit 1eb9d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grails-converters/src/main/groovy/org/grails/web/converters/marshaller/json/SimpleEnumMarshaller.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import grails.converters.JSON;
2626
import org.grails.web.converters.exceptions.ConverterException;
2727
import org.grails.web.converters.marshaller.ObjectMarshaller;
28-
import org.grails.web.json.JSONWriter;
2928

3029
/**
3130
* Marshals enums as simple string values (just the enum name) for symmetric serialization/deserialization.

0 commit comments

Comments
 (0)