X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FSpecialRule.java;fp=src%2Fcom%2Fstevesoft%2Fpat%2FSpecialRule.java;h=2a249a2ca5c46bafa23cdf94cb70490a137eb6d2;hb=506d60f0e188723ddc91c26824b41ac7034df3fe;hp=fbae452213264ac38713d1a22c89294de3fb7385;hpb=60f2d6c034560415fd0139c8bc7df0c19cae1186;p=jalview.git diff --git a/src/com/stevesoft/pat/SpecialRule.java b/src/com/stevesoft/pat/SpecialRule.java index fbae452..2a249a2 100755 --- a/src/com/stevesoft/pat/SpecialRule.java +++ b/src/com/stevesoft/pat/SpecialRule.java @@ -1,18 +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) + { + } +}