Skip to content

Commit ab8dd46

Browse files
author
Francois Chagnon
committed
.
1 parent 3aeaa4f commit ab8dd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/json/ext/GeneratorState.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public IRubyObject max_nesting_set(IRubyObject max_nesting) {
394394
/**
395395
* Returns true if forward slashes are escaped in the json output.
396396
*/
397-
public int getEscapeSlash() {
397+
public int escapeSlash() {
398398
return escapeSlash;
399399
}
400400

0 commit comments

Comments
 (0)