JAL-3438 spotless for 2.11.2.0
[jalview.git] / src / org / json / simple / JSONAware.java
index 5e7452f..e1c50e1 100644 (file)
@@ -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<fangyidong@yahoo.com.cn>
  */
-public interface JSONAware {
-       /**
-        * @return JSON text
-        */
-       String toJSONString();
+public interface JSONAware
+{
+  /**
+   * @return JSON text
+   */
+  String toJSONString();
 }