[jOOQ/jOOQ#10082] Fix typo
This commit is contained in:
parent
96781ff836
commit
9a5e74baa9
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user