diff --git a/json/json-derivation/src/main/java/io/sphere/json/annotations/JSONTypeHintField.java b/json/json-derivation/src/main/java/io/sphere/json/annotations/JSONTypeHintField.java index 3874a617..8fcd7797 100644 --- a/json/json-derivation/src/main/java/io/sphere/json/annotations/JSONTypeHintField.java +++ b/json/json-derivation/src/main/java/io/sphere/json/annotations/JSONTypeHintField.java @@ -14,4 +14,4 @@ public @interface JSONTypeHintField { String value() default "type"; String defaultType() default ""; -} \ No newline at end of file +}