X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FWantMoreTextReplaceRule.java;h=34b73e5aa4d0a22ef21385ca5acc4e9dd310ca26;hb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;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..34b73e5 100755 --- a/src/com/stevesoft/pat/WantMoreTextReplaceRule.java +++ b/src/com/stevesoft/pat/WantMoreTextReplaceRule.java @@ -10,10 +10,19 @@ 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}"; } + */ +public class WantMoreTextReplaceRule + extends SpecialRule +{ + public WantMoreTextReplaceRule() + {} + + public void apply(StringBufferLike sb, RegRes res) + { + } + + public String toString1() + { + return "${WANT_MORE_TEXT}"; + } }