X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjson%2Fsimple%2FJSONStreamAware.java;fp=src%2Forg%2Fjson%2Fsimple%2FJSONStreamAware.java;h=514cd6136ae11e0b5ff6a9ab37a578d70c9b5613;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=ab63b3e578cadb0073e1331d13ca27f60ead594a;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/src/org/json/simple/JSONStreamAware.java b/src/org/json/simple/JSONStreamAware.java index ab63b3e..514cd61 100644 --- a/src/org/json/simple/JSONStreamAware.java +++ b/src/org/json/simple/JSONStreamAware.java @@ -4,12 +4,15 @@ import java.io.IOException; import java.io.Writer; /** - * Beans that support customized output of JSON text to a writer shall implement this interface. + * Beans that support customized output of JSON text to a writer shall implement + * this interface. + * * @author FangYidong */ -public interface JSONStreamAware { - /** - * write JSON string to out. - */ - void writeJSONString(Writer out) throws IOException; +public interface JSONStreamAware +{ + /** + * write JSON string to out. + */ + void writeJSONString(Writer out) throws IOException; }