X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Forg%2Fjson%2Fsimple%2FJSONAware.java;fp=unused%2Forg%2Fjson%2Fsimple%2FJSONAware.java;h=0000000000000000000000000000000000000000;hb=6e56c166e45d1af37c5531b4cbe909a3e110927e;hp=5e7452faa7fd051ba135c92cf13e7efe5db37323;hpb=a38d5e32a02c5c470ea2a75bba26ac8f67b72ea2;p=jalview.git diff --git a/unused/org/json/simple/JSONAware.java b/unused/org/json/simple/JSONAware.java deleted file mode 100644 index 5e7452f..0000000 --- a/unused/org/json/simple/JSONAware.java +++ /dev/null @@ -1,12 +0,0 @@ -package org.json.simple; - -/** - * Beans that support customized output of JSON text shall implement this interface. - * @author FangYidong - */ -public interface JSONAware { - /** - * @return JSON text - */ - String toJSONString(); -}