Revision: 6501
http://sourceforge.net/p/jump-pilot/code/6501
Author: edso
Date: 2020-09-20 19:02:12 +0000 (Sun, 20 Sep 2020)
Log Message:
-----------
minor cleanup
Modified Paths:
--------------
core/trunk/src/org/geotools/shapefile/Shapefile.java
Modified: core/trunk/src/org/geotools/shapefile/Shapefile.java
===================================================================
--- core/trunk/src/org/geotools/shapefile/Shapefile.java 2020-09-20
18:57:11 UTC (rev 6500)
+++ core/trunk/src/org/geotools/shapefile/Shapefile.java 2020-09-20
19:02:12 UTC (rev 6501)
@@ -146,7 +146,6 @@
Logger.warn("found a negative content length (" +
contentLength + ")");
continue;
}
- long lastUpdatedAt = 0L;
try{
body = handler.read(file,geometryFactory,contentLength);
Logger.debug("" + recordNumber + " : from " + (pos-4) + "
for " + contentLength + " (" + body.getNumPoints() + " pts)");
@@ -504,7 +503,6 @@
TaskMonitorUtil.report(getTaskMonitor(),
I18N.getMessage("Reader.parsed-{0}-features",
String.format("%,10d", count)));
}
-
}
}
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel