Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / java / JavaReconcilingStrategy.java
index 7f91e31..9642c6f 100644 (file)
@@ -192,9 +192,9 @@ public class JavaReconcilingStrategy implements IReconcilingStrategy,
         * @param notify
         *            <code>true</code> if participant should be notified
         */
-       public void notifyParticipants(boolean notify) {
-               fNotify = notify;
-       }
+//     public void notifyParticipants(boolean notify) {
+//             fNotify = notify;
+//     }
 
        /**
         * Tells this strategy whether to inform its listeners.