Ignore:
Timestamp:
2014-02-28T11:55:38+01:00 (11 years ago)
Author:
stoecker
Message:

update geotools

Location:
applications/editors/josm/plugins/opendata/src/org
Files:
1 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/geotools/data/shapefile/files/TabFiles.java

    r30286 r30310  
    1414//    You should have received a copy of the GNU General Public License
    1515//    along with this program.  If not, see <http://www.gnu.org/licenses/>.
    16 package org.geotools.data.shapefile;
    17 
    18 import static org.geotools.data.shapefile.ShpFileType.SHP;
     16package org.geotools.data.shapefile.files;
     17
     18import static org.geotools.data.shapefile.files.ShpFileType.SHP;
    1919
    2020import java.io.File;
     
    175175                return files[0].toURI().toURL();
    176176            } catch (MalformedURLException e) {
    177                 ShapefileDataStoreFactory.LOGGER.log(Level.SEVERE, "", e);
     177                //ShapefileDataStoreFactory.LOGGER().log(Level.SEVERE, "", e);
    178178            }
    179179        }
     
    209209                StringBuilder sb = new StringBuilder("The following locker still has a lock: ");
    210210                sb.append(locker);
    211                 ShapefileDataStoreFactory.LOGGER.log(logLevel, sb.toString(), locker.getTrace());
     211                //ShapefileDataStoreFactory.LOGGER().log(logLevel, sb.toString(), locker.getTrace());
    212212            }
    213213        }
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/TabReader.java

    r29014 r30310  
    2525import java.util.List;
    2626
    27 import org.geotools.data.shapefile.TabFiles;
     27import org.geotools.data.shapefile.files.TabFiles;
    2828import org.geotools.data.shapefile.dbf.DbaseFileReader;
    2929import org.geotools.data.shapefile.dbf.DbaseFileReader.Row;
Note: See TracChangeset for help on using the changeset viewer.