Commit d4dc759
committed
Make NumberBuilder no longer Serializable
NumberBuilder holds onto a CharSequence rather than a specific concrete
implementation (like String). CharSequence is not Serializable, but
it needs to be if I want NumberBuilder to Serialize properly. In theory
I could make it Externalizable but I don't see the need so for now I'm
just removing Serializable from the declaration.1 parent 25fb4f5 commit d4dc759
File tree
1 file changed
+1
-7
lines changed- module/jsonurl-core/src/main/java/org/jsonurl
1 file changed
+1
-7
lines changedLines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 36 | + | |
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
| |||
0 commit comments