Revision: 4661
          http://sourceforge.net/p/jump-pilot/code/4661
Author:   elnico
Date:     2015-12-23 15:39:19 +0000 (Wed, 23 Dec 2015)
Log Message:
-----------
Wrong file header removed
Unused imports removed

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/datastore/DataStoreLayerWhereEditor.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/datastore/DataStoreLayerWhereEditor.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/datastore/DataStoreLayerWhereEditor.java
 2015-12-22 16:43:19 UTC (rev 4660)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/ui/plugin/datastore/DataStoreLayerWhereEditor.java
 2015-12-23 15:39:19 UTC (rev 4661)
@@ -1,8 +1,3 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
 package com.vividsolutions.jump.workbench.ui.plugin.datastore;
 
 import java.awt.Color;
@@ -17,14 +12,12 @@
 import javax.swing.AbstractCellEditor;
 import javax.swing.BorderFactory;
 import javax.swing.JComponent;
-import javax.swing.JScrollPane;
 import javax.swing.JTable;
 import javax.swing.JTextArea;
 import javax.swing.KeyStroke;
 import javax.swing.event.DocumentEvent;
 import javax.swing.event.DocumentListener;
 import javax.swing.table.TableCellEditor;
-import org.netbeans.swing.outline.Outline;
 
 /**
  *


------------------------------------------------------------------------------
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to