mirror of https://github.com/apache/lucene.git
trivial import cleanup to avoid compiler warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@382156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5de36e653
commit
85f9706b6b
|
@ -18,10 +18,9 @@ package org.apache.lucene.swing.models;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
import java.util.Iterator;
|
|
||||||
import java.util.Collection;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
import java.math.BigDecimal;
|
import java.util.Collection;
|
||||||
|
import java.util.Iterator;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
|
|
|
@ -16,12 +16,16 @@ package org.apache.lucene.swing.models;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import javax.swing.*;
|
import java.awt.BorderLayout;
|
||||||
import javax.swing.event.DocumentListener;
|
|
||||||
|
import javax.swing.JFrame;
|
||||||
|
import javax.swing.JLabel;
|
||||||
|
import javax.swing.JList;
|
||||||
|
import javax.swing.JPanel;
|
||||||
|
import javax.swing.JScrollPane;
|
||||||
|
import javax.swing.JTextField;
|
||||||
import javax.swing.event.DocumentEvent;
|
import javax.swing.event.DocumentEvent;
|
||||||
import java.awt.event.ActionListener;
|
import javax.swing.event.DocumentListener;
|
||||||
import java.awt.event.ActionEvent;
|
|
||||||
import java.awt.*;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
|
|
|
@ -16,12 +16,12 @@ package org.apache.lucene.swing.models;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import junit.framework.Test;
|
|
||||||
import junit.framework.TestCase;
|
|
||||||
|
|
||||||
import javax.swing.*;
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
|
||||||
|
import javax.swing.ListModel;
|
||||||
|
|
||||||
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
**/
|
**/
|
||||||
|
|
|
@ -16,11 +16,11 @@ package org.apache.lucene.swing.models;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import junit.framework.Test;
|
import java.util.ArrayList;
|
||||||
import junit.framework.TestCase;
|
|
||||||
|
|
||||||
import javax.swing.table.TableModel;
|
import javax.swing.table.TableModel;
|
||||||
import java.util.ArrayList;
|
|
||||||
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
|
|
|
@ -16,10 +16,9 @@ package org.apache.lucene.swing.models;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import junit.framework.TestCase;
|
import javax.swing.ListModel;
|
||||||
|
|
||||||
import javax.swing.table.TableModel;
|
import junit.framework.TestCase;
|
||||||
import javax.swing.*;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -18,8 +18,6 @@ package org.apache.lucene.swing.models;
|
||||||
|
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
import javax.swing.table.TableModel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -18,8 +18,6 @@ package org.apache.lucene.swing.models;
|
||||||
|
|
||||||
import junit.framework.TestCase;
|
import junit.framework.TestCase;
|
||||||
|
|
||||||
import javax.swing.table.TableModel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
* @author Jonathan Simon - jonathan_s_simon@yahoo.com
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue