X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FNullRule.java;h=0d82ecc5c5caf9f809697a96c9d6415f06ade5d5;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=e0442ea82672184f53ca3c58f9f26de9ccd97b16;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/NullRule.java b/unused/com/stevesoft/pat/NullRule.java index e0442ea..0d82ecc 100644 --- a/unused/com/stevesoft/pat/NullRule.java +++ b/unused/com/stevesoft/pat/NullRule.java @@ -1,30 +1,30 @@ -// -// 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! -// -package com.stevesoft.pat; - -/** - * The apply(StringBufferLike sb,RegRes res) method of this derivation of - * ReplaceRule appends nothing to the contents of the javajs.util.SB sb. - * - * @see com.stevesoft.pat.ReplaceRule - */ -public class NullRule extends ReplaceRule -{ - public NullRule() - { - } - - public void apply(StringBufferLike sb, RegRes res) - { - } - - public String toString1() - { - return ""; - } -} +// +// 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! +// +package com.stevesoft.pat; + +/** + * The apply(StringBufferLike sb,RegRes res) method of this derivation of + * ReplaceRule appends nothing to the contents of the javajs.util.SB sb. + * + * @see com.stevesoft.pat.ReplaceRule + */ +public class NullRule extends ReplaceRule +{ + public NullRule() + { + } + + public void apply(StringBufferLike sb, RegRes res) + { + } + + public String toString1() + { + return ""; + } +}