X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FBasicStringBufferLike.java;h=6e786d41e000878ca81a45e8594927b55905b3fb;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=c7d45ec2e032a5034b0fe1878afdb40cdef515f5;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/BasicStringBufferLike.java b/unused/com/stevesoft/pat/BasicStringBufferLike.java index c7d45ec..6e786d4 100644 --- a/unused/com/stevesoft/pat/BasicStringBufferLike.java +++ b/unused/com/stevesoft/pat/BasicStringBufferLike.java @@ -1,23 +1,23 @@ -package // -// This software is now distributed according to -// the Lesser Gnu Public License. Please see -// http://www.gnu.org/copyleft/lesser.txt for -// the details. -// -- Happy Computing! -// -com.stevesoft.pat; - -/** - * An abstraction of the javajs.util.SB which only implements a subset of - * StringBuffer's methods. - */ -public interface BasicStringBufferLike -{ - public void appendChar(char c); - - public void appendStr(String s); - - public StringLike toStringLike(); - - public Object unwrap(); -} +package // +// This software is now distributed according to +// the Lesser Gnu Public License. Please see +// http://www.gnu.org/copyleft/lesser.txt for +// the details. +// -- Happy Computing! +// +com.stevesoft.pat; + +/** + * An abstraction of the javajs.util.SB which only implements a subset of + * StringBuffer's methods. + */ +public interface BasicStringBufferLike +{ + public void appendChar(char c); + + public void appendStr(String s); + + public StringLike toStringLike(); + + public Object unwrap(); +}