File tree Expand file tree Collapse file tree 8 files changed +10
-9
lines changed
src/main/java/net/anweisen/utilities/common/config/document Expand file tree Collapse file tree 8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >bukkit-utils</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >common-utils</artifactId >
Original file line number Diff line number Diff line change @@ -47,9 +47,10 @@ public class GsonDocument extends AbstractDocument {
4747 // Not implemented in some versions of gson
4848 TypeAdapter <Number > NUMBER = new TypeAdapter <Number >() {
4949 @ Override
50- public void write (JsonWriter jsonWriter , Number number ) throws IOException {
51- TypeAdapters . STRING . write ( jsonWriter , String . valueOf ( number ) );
50+ public void write (JsonWriter out , Number value ) throws IOException {
51+ out . value ( value );
5252 }
53+ @ Override
5354 public Number read (JsonReader in ) throws IOException {
5455 JsonToken jsonToken = in .peek ();
5556 switch (jsonToken ) {
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >database-api</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >database-mongodb</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >database-sql</artifactId >
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >net.anweisen.utilities</groupId >
99 <artifactId >root</artifactId >
10- <version >1.3.10 </version >
10+ <version >1.3.11 </version >
1111 </parent >
1212
1313 <artifactId >jda-manager</artifactId >
Original file line number Diff line number Diff line change 66
77 <groupId >net.anweisen.utilities</groupId >
88 <artifactId >root</artifactId >
9- <version >1.3.10 </version >
9+ <version >1.3.11 </version >
1010 <packaging >pom</packaging >
1111
1212 <modules >
You can’t perform that action at this time.
0 commit comments