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 301ac20 commit 3c71d28Copy full SHA for 3c71d28
hawk/src/main/java/com/orhanobut/hawk/Parser.java
@@ -4,8 +4,8 @@
4
5
/**
6
* Intermediate layer that handles serialization/deserialization for the end result.
7
- * This is not the same as {@link Serializer}. This interface is only used to convert the intermediate value into String,
8
- * or vice-versa to be used for {@link Storage}
+ * This is not the same as {@link Serializer}. This interface is only used to convert the intermediate value
+ * into String or vice-versa to be used for {@link Storage}
9
*
10
* <p>Use custom implementation if built-in implementation is not enough.</p>
11
0 commit comments