You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ This only applies when running Java 9 or newer.
63
63
-`java.sql` (optional since Gson 2.8.9)\
64
64
When this module is present, Gson provides default adapters for some SQL date and time classes.
65
65
66
-
-`jdk.unsupported`, respectively class `sun.misc.Unsafe` (optional)\
67
-
When this module is present, Gson can use the `Unsafe` class to create instances of classes without no-args constructor.
66
+
-`jdk.unsupported`, respectively, class `sun.misc.Unsafe` (optional)\
67
+
When this module is present, Gson can use the `Unsafe` class to create instances of classes without a no-args constructor.
68
68
However, care should be taken when relying on this. `Unsafe` is not available in all environments and its usage has some pitfalls,
69
69
see [`GsonBuilder.disableJdkUnsafe()`](https://javadoc.io/doc/com.google.code.gson/gson/latest/com.google.gson/com/google/gson/GsonBuilder.html#disableJdkUnsafe()).
0 commit comments