Revision: 5100 http://sourceforge.net/p/jump-pilot/code/5100 Author: michaudm Date: 2016-10-25 11:32:44 +0000 (Tue, 25 Oct 2016) Log Message: ----------- small cleaning
Modified Paths: -------------- core/trunk/src/com/vividsolutions/jump/qa/diff/DiffGeometryIndex.java Modified: core/trunk/src/com/vividsolutions/jump/qa/diff/DiffGeometryIndex.java =================================================================== --- core/trunk/src/com/vividsolutions/jump/qa/diff/DiffGeometryIndex.java 2016-10-25 11:31:05 UTC (rev 5099) +++ core/trunk/src/com/vividsolutions/jump/qa/diff/DiffGeometryIndex.java 2016-10-25 11:32:44 UTC (rev 5100) @@ -108,7 +108,7 @@ } } - private Collection<Feature> getUnmatchedFeatures() { + public Collection<Feature> getUnmatchedFeatures() { Set<Feature> unmatchedFeatureSet = new TreeSet<>(new FeatureUtil.IDComparator()); for (FeatureGeometry featureGeom : featureList) { if (! featureGeom.isMatched()) { ------------------------------------------------------------------------------ The Command Line: Reinvented for Modern Developers Did the resurgence of CLI tooling catch you by surprise? Reconnect with the command line and become more productive. Learn the new .NET and ASP.NET CLI. Get your free copy! http://sdm.link/telerik _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel