X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcom%2Fstevesoft%2Fpat%2FBoundary.java;h=af79f6623f175441f55534e341e6c217e48886f2;hb=39c97de2f7b8ef87b42f121f37d4f158d1651fe9;hp=566b20ef9446600e0100486ec3035a349f234c14;hpb=506d60f0e188723ddc91c26824b41ac7034df3fe;p=jalview.git diff --git a/src/com/stevesoft/pat/Boundary.java b/src/com/stevesoft/pat/Boundary.java index 566b20e..af79f66 100755 --- a/src/com/stevesoft/pat/Boundary.java +++ b/src/com/stevesoft/pat/Boundary.java @@ -7,7 +7,7 @@ // package com.stevesoft.pat; -import java.util.*; +import java.util.Hashtable; /** This class implements the word boundary pattern element: \b. */ class Boundary extends Pattern