Nix unused imports.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@2253 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2007-11-10 01:18:06 +00:00
parent 2df9227d77
commit 6586d7534b
2 changed files with 0 additions and 5 deletions
@@ -34,9 +34,6 @@ import javax.swing.text.BadLocationException;
import javax.swing.text.DocumentFilter;
import javax.swing.text.PlainDocument;
import com.samskivert.Log;
import com.samskivert.swing.util.SwingUtil;
/**
* A text field that will only allow editing of integer values within
* the specified range.
@@ -20,8 +20,6 @@
package com.samskivert.util;
import com.samskivert.Log;
/**
* A handy base class for issuing server-side service requests and
* awaiting their responses from within a servlet.