This commit is contained in:
Lukas Eder 2020-04-17 11:30:30 +02:00
parent 96781ff836
commit 9a5e74baa9

View File

@ -74,7 +74,7 @@ public final class JSONB implements Serializable {
* This is the same as {@link #valueOf(String)}, but it can be static
* imported.
*/
public static final JSONB json(String data) {
public static final JSONB jsonb(String data) {
return new JSONB(data);
}