Index: trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/Undersampling.java
===================================================================
--- trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/Undersampling.java	(revision 17)
+++ trunk/CrossPare/src/de/ugoe/cs/cpdp/dataprocessing/Undersampling.java	(revision 18)
@@ -59,4 +59,6 @@
 			
 			Resample resample = new Resample();
+			// TODO: resample.setSampleSizePercent((100.0*counts[1])/100+0.01);
+			// Ohne +0.01 wird bei tomcat, xerces-1.2 und jedit-4.0 ein negative weniger zurückgegeben
 			resample.setSampleSizePercent((100.0* counts[1])/counts[0]);
 			try {
