1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / java / IReconcilingParticipant.java
diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/IReconcilingParticipant.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/text/java/IReconcilingParticipant.java
deleted file mode 100644 (file)
index 9878725..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-package net.sourceforge.phpdt.internal.ui.text.java;
-
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved.
- */
-
-/**
- * Interface of an object participating in reconciling.
- */
-public interface IReconcilingParticipant {
-
-       /**
-        * Called after reconciling has been finished.
-        */
-       void reconciled();
-}