Bug 329266 - Deprecate and remove IDisposable
diff --git a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/IDisposable.java b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/IDisposable.java
index 6632607..dcc7029 100644
--- a/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/IDisposable.java
+++ b/bundles/org.eclipse.e4.core.di/src/org/eclipse/e4/core/di/IDisposable.java
@@ -14,7 +14,7 @@
  * A generic interface to be used on objects that require explicit disposal.
  * @deprecated This interface will be removed by the end of 4.1M4:
  * - The IEclipseContext includes {@link #dispose()} method in its definition; and 
- * - regular objects should use PreDestroy annotation instead.
+ * - injected objects should use PreDestroy annotation instead.
  */
 public interface IDisposable {
 	/**