Skip to content

Commit 79ff78f

Browse files
author
Francois Chagnon
committed
.
1 parent ab8dd46 commit 79ff78f

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 escapeSlash() {
397+
public boolean escapeSlash() {
398398
return escapeSlash;
399399
}
400400

0 commit comments

Comments
 (0)