X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FWantMoreTextReplaceRule.java;h=6c0ddebed2020c32bdb16265974634894a755154;hb=4b2be7cd8c14e67cc347609199e25c7f09fda988;hp=5cc67228b571d138c95f7a0a3c3dd8ab6b5ed2ec;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java index 5cc6722..6c0ddeb 100755 --- a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java +++ b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java @@ -1,19 +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}"; + } +}