[Schmitzm-commits] r974 - branches/2.2.x/src/skrueger/geotools/selection
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Aug 12 14:44:08 CEST 2010
Author: alfonx
Date: 2010-08-12 14:44:07 +0200 (Thu, 12 Aug 2010)
New Revision: 974
Modified:
branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
Log:
just removed some debug output
Modified: branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java
===================================================================
--- branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java 2010-08-12 12:41:51 UTC (rev 973)
+++ branches/2.2.x/src/skrueger/geotools/selection/TableSelectionSynchronizer.java 2010-08-12 12:44:07 UTC (rev 974)
@@ -181,8 +181,8 @@
// reset the selection of the DpLayerSelectionModel
layerSelModel.setValueIsAdjusting(true);
- LOGGER.debug("valueCahnged in TableSyncronizer vom Index "
- + evt.getFirstIndex() + " to " + evt.getLastIndex());
+// LOGGER.debug("valueChanged in TableSyncronizer vom Index "
+// + evt.getFirstIndex() + " to " + evt.getLastIndex());
if (evt == null || (evt != null && evt.getFirstIndex() == -1)){
// If the value is changing because the filter has been changed (e.g.
More information about the Schmitzm-commits
mailing list