[Schmitzm-commits] r1167 - trunk/src/schmitzm/geotools/feature

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Oct 26 03:16:06 CEST 2010


Author: alfonx
Date: 2010-10-26 03:16:05 +0200 (Tue, 26 Oct 2010)
New Revision: 1167

Modified:
   trunk/src/schmitzm/geotools/feature/FeatureUtil.java
Log:


Modified: trunk/src/schmitzm/geotools/feature/FeatureUtil.java
===================================================================
--- trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2010-10-25 22:20:24 UTC (rev 1166)
+++ trunk/src/schmitzm/geotools/feature/FeatureUtil.java	2010-10-26 01:16:05 UTC (rev 1167)
@@ -2532,6 +2532,12 @@
 			String s3 = Pattern.quote(s2);
 			Pattern compile = Pattern.compile(s3);
 			Matcher matcher = compile.matcher(d.getLocalName());
+
+			Log.info("New Matching Debug " + s1+" "+s2+" "+s3+" "+localName+" "
+					+ d.getLocalName());
+			System.out.println("New Matching Debug " + s1+" "+s2+" "+s3+" "+localName+" "
+					+ d.getLocalName());
+			
 			if (matcher.find()) {
 				Log.info("New Matching Debug " + localName + " zu "
 						+ d.getLocalName());



More information about the Schmitzm-commits mailing list