Revision: 5242
          http://sourceforge.net/p/jump-pilot/code/5242
Author:   edso
Date:     2016-12-04 18:14:24 +0000 (Sun, 04 Dec 2016)
Log Message:
-----------
deprecate compressed file method

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/workbench/datasource/InstallStandardDataSourceQueryChoosersPlugIn.java

Modified: 
core/trunk/src/com/vividsolutions/jump/workbench/datasource/InstallStandardDataSourceQueryChoosersPlugIn.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/workbench/datasource/InstallStandardDataSourceQueryChoosersPlugIn.java
       2016-12-04 14:04:34 UTC (rev 5241)
+++ 
core/trunk/src/com/vividsolutions/jump/workbench/datasource/InstallStandardDataSourceQueryChoosersPlugIn.java
       2016-12-04 18:14:24 UTC (rev 5242)
@@ -180,11 +180,10 @@
         StandardReaderWriterFileDataSource.GeoJSON.class);
   }
 
-  // Should be public (used in some external plugins)
+  /**
+   * @deprecated please remove where implemented, replaced by handling of 
compressed files in SelectFilesPanel
+   */
+  @Deprecated
   public static void addCompressedFileFilter(final String description, 
JFileChooser chooser) {
-    chooser
-        .addChoosableFileFilter(GUIUtil.createFileFilter(
-            
I18N.get("datasource.InstallStandardDataSourceQueryChoosersPlugIn.compressed")
-                + " " + description, new String[] { "zip", "gz" }));
   }
 }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to