X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FNullRule.java;h=7c780e18afdc423c29c25cd67b5d6dce6f1e34cd;hb=bfe07abf2c2716020ceeb37086c6d502121a2283;hp=fe4e837441523ca5efe7d75a4fcaf2bc370aa461;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/com/stevesoft/pat/NullRule.java b/src/com/stevesoft/pat/NullRule.java index fe4e837..7c780e1 100755 --- a/src/com/stevesoft/pat/NullRule.java +++ b/src/com/stevesoft/pat/NullRule.java @@ -1,28 +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 StringBuffer 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 StringBuffer sb. + * + * @see com.stevesoft.pat.ReplaceRule + */ +public class NullRule extends ReplaceRule +{ + public NullRule() + { + } + + public void apply(StringBufferLike sb, RegRes res) + { + } + + public String toString1() + { + return ""; + } +}