diff options
Diffstat (limited to 'src/org/json/simple/JSONStreamAware.java')
-rw-r--r-- | src/org/json/simple/JSONStreamAware.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/json/simple/JSONStreamAware.java b/src/org/json/simple/JSONStreamAware.java index 561634d..c0420fb 100644 --- a/src/org/json/simple/JSONStreamAware.java +++ b/src/org/json/simple/JSONStreamAware.java | |||
@@ -14,5 +14,5 @@ public interface JSONStreamAware { | |||
14 | /** | 14 | /** |
15 | * write JSON string to out. | 15 | * write JSON string to out. |
16 | */ | 16 | */ |
17 | void writeJSONString(Writer out) throws IOException; | 17 | void writeJSONString(final Writer out) throws IOException; |
18 | } | 18 | } |