X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FRegexReader.java;h=837821eb37aaa339810b0cb19dc34fe639542e49;hb=d46767951738159851e0ef24493e7e9f1a01e02c;hp=2e10f169bfdb921e4e763ae86140f4f2bbd79b4e;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/com/stevesoft/pat/RegexReader.java b/src/com/stevesoft/pat/RegexReader.java index 2e10f16..837821e 100755 --- a/src/com/stevesoft/pat/RegexReader.java +++ b/src/com/stevesoft/pat/RegexReader.java @@ -7,9 +7,10 @@ // package com.stevesoft.pat; -import java.io.*; +import java.io.IOException; +import java.io.Reader; -import com.stevesoft.pat.wrap.*; +import com.stevesoft.pat.wrap.StringBufferWrap; /** * This class allows you to replace the text in strings as you read them in. Be