X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FSpecialRule.java;h=09517c2beed9690c80ea72956cd04f3970ec00f2;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=2a249a2ca5c46bafa23cdf94cb70490a137eb6d2;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/SpecialRule.java b/unused/com/stevesoft/pat/SpecialRule.java index 2a249a2..09517c2 100644 --- a/unused/com/stevesoft/pat/SpecialRule.java +++ b/unused/com/stevesoft/pat/SpecialRule.java @@ -1,19 +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) + { + } +}