X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FBoundary.java;fp=src%2Fcom%2Fstevesoft%2Fpat%2FBoundary.java;h=af79f6623f175441f55534e341e6c217e48886f2;hb=9623cea766a766683243235557ad48e6f7659e6a;hp=566b20ef9446600e0100486ec3035a349f234c14;hpb=6066400ed6b0fe288ebbea82389f59838a534706;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