X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FWantMoreTextReplaceRule.java;h=005e4ee4e2e70732ea5ec8b468da65226a8ffe46;hb=8479d86d490c841168c9eed1ac80960ce4191c78;hp=34b73e5aa4d0a22ef21385ca5acc4e9dd310ca26;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java index 34b73e5..005e4ee 100755 --- a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java +++ b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java @@ -1,28 +1,29 @@ -// -// 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; - -/** Triggers the reading of another line of text, allowing a longer - pattern to match -- for details see - WantMore.java. - */ -public class WantMoreTextReplaceRule - extends SpecialRule -{ - public WantMoreTextReplaceRule() - {} - - public void apply(StringBufferLike sb, RegRes res) - { - } - - public String toString1() - { - return "${WANT_MORE_TEXT}"; - } -} +// +// 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; + +/** + * Triggers the reading of another line of text, allowing a longer pattern to + * match -- for details see + * WantMore.java. + */ +public class WantMoreTextReplaceRule extends SpecialRule +{ + public WantMoreTextReplaceRule() + { + } + + public void apply(StringBufferLike sb, RegRes res) + { + } + + public String toString1() + { + return "${WANT_MORE_TEXT}"; + } +}