Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 5c1ee244df1f5dab3ca482b822fd6760 > files > 5

aspectj-1.5.3-2.0.1mdv2009.0.src.rpm

--- modules/org.eclipse.jdt.core/src/org/eclipse/core/runtime/model/Factory.java.sav18	2007-11-06 15:39:30.000000000 +0100
+++ modules/org.eclipse.jdt.core/src/org/eclipse/core/runtime/model/Factory.java	2007-11-06 15:40:05.000000000 +0100
@@ -140,7 +140,7 @@
 	 */
 	public void error(IStatus error) {
 		status.add(error);
-		if (InternalPlatform.DEBUG && InternalPlatform.DEBUG_REGISTRY)
+		if (InternalPlatform.DEBUG)
 			System.out.println(error.toString());
 	}