X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FSpecialRule.java;h=2a249a2ca5c46bafa23cdf94cb70490a137eb6d2;hb=10e91b47b2400ade70129d09261c326379d39de4;hp=72df8d24fc00e60093c59329cc606c1a2d5ebbbb;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/SpecialRule.java b/src/com/stevesoft/pat/SpecialRule.java index 72df8d2..2a249a2 100755 --- a/src/com/stevesoft/pat/SpecialRule.java +++ b/src/com/stevesoft/pat/SpecialRule.java @@ -1,13 +1,19 @@ -// -// 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; - -public class SpecialRule extends ReplaceRule { - public SpecialRule() {} - public void apply(StringBufferLike sb,RegRes rr) {} -} +// +// 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; + +public class SpecialRule extends ReplaceRule +{ + public SpecialRule() + { + } + + public void apply(StringBufferLike sb, RegRes rr) + { + } +}