X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Forg%2Fjson%2Fsimple%2FJSONAware.java;fp=src%2Forg%2Fjson%2Fsimple%2FJSONAware.java;h=e1c50e1c27b0e80a375102d4155c9798be7040a4;hb=d043ce47fc710d3eb2629ba926a8a7417bd67d8c;hp=5e7452faa7fd051ba135c92cf13e7efe5db37323;hpb=49db0dff1da16c3355b43a41498c1fc93ef47e91;p=jalview.git diff --git a/src/org/json/simple/JSONAware.java b/src/org/json/simple/JSONAware.java index 5e7452f..e1c50e1 100644 --- a/src/org/json/simple/JSONAware.java +++ b/src/org/json/simple/JSONAware.java @@ -1,12 +1,15 @@ package org.json.simple; /** - * Beans that support customized output of JSON text shall implement this interface. + * Beans that support customized output of JSON text shall implement this + * interface. + * * @author FangYidong */ -public interface JSONAware { - /** - * @return JSON text - */ - String toJSONString(); +public interface JSONAware +{ + /** + * @return JSON text + */ + String toJSONString(); }