Skip to content

Commit 3c71d28

Browse files
committed
Fix checkstyle error that one line exceeds the width.
1 parent 301ac20 commit 3c71d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hawk/src/main/java/com/orhanobut/hawk/Parser.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
/**
66
* 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}
7+
* This is not the same as {@link Serializer}. This interface is only used to convert the intermediate value
8+
* into String or vice-versa to be used for {@link Storage}
99
*
1010
* <p>Use custom implementation if built-in implementation is not enough.</p>
1111
*

0 commit comments

Comments
 (0)