We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944590e commit 1eb9d24Copy full SHA for 1eb9d24
grails-converters/src/main/groovy/org/grails/web/converters/marshaller/json/SimpleEnumMarshaller.java
@@ -25,7 +25,6 @@
25
import grails.converters.JSON;
26
import org.grails.web.converters.exceptions.ConverterException;
27
import org.grails.web.converters.marshaller.ObjectMarshaller;
28
-import org.grails.web.json.JSONWriter;
29
30
/**
31
* Marshals enums as simple string values (just the enum name) for symmetric serialization/deserialization.
0 commit comments