X-Git-Url: http://git.phpeclipse.com

diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/Compiler.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/Compiler.java
index 07d33a0..f4bc83e 100644
--- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/Compiler.java
+++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/Compiler.java
@@ -341,11 +341,11 @@ public class Compiler implements ITypeRequestor, ProblemSeverities {
     //		if (options.verbose) {
     //			if (totalUnits > 1) {
     //				System.out.println(
-    //					Util.bind("compilation.units" , String.valueOf(totalUnits)));
+    //					ProjectPrefUtil.bind("compilation.units" , String.valueOf(totalUnits)));
     // //$NON-NLS-1$
     //			} else {
     //				System.out.println(
-    //					Util.bind("compilation.unit" , String.valueOf(totalUnits)));
+    //					ProjectPrefUtil.bind("compilation.unit" , String.valueOf(totalUnits)));
     // //$NON-NLS-1$
     //			}
     //		}
@@ -613,4 +613,4 @@ public class Compiler implements ITypeRequestor, ProblemSeverities {
     }
   }
 
-}
+}
\ No newline at end of file