Commit a9e7c4ec authored by freekry's avatar freekry Committed by Stephane Nicoll

Fix typo in JsonComponent javadoc

See gh-17776
parent 5a6625b1
...@@ -92,7 +92,7 @@ public @interface JsonComponent { ...@@ -92,7 +92,7 @@ public @interface JsonComponent {
Scope scope() default Scope.VALUES; Scope scope() default Scope.VALUES;
/** /**
* The various scopes under which a serializer/deserialzier can be registered. * The various scopes under which a serializer/deserializer can be registered.
*/ */
enum Scope { enum Scope {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment