1) Moved net.sourceforge.phpeclipse.ui\src\net\sourceforge\phpdt back to net.sourcefo...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / CopyElementsOperation.java
index 144f2f6..a216c16 100644 (file)
@@ -10,8 +10,8 @@
  *******************************************************************************/
 package net.sourceforge.phpdt.internal.core;
 
-import java.util.HashMap;
-import java.util.Map;
+//import java.util.HashMap;
+//import java.util.Map;
 
 import net.sourceforge.phpdt.core.ICompilationUnit;
 import net.sourceforge.phpdt.core.IJavaElement;
@@ -59,7 +59,7 @@ import net.sourceforge.phpdt.internal.core.util.Util;
  */
 public class CopyElementsOperation extends MultiOperation {
 
-       private Map fSources = new HashMap();
+       //private Map fSources = new HashMap();
 
        /**
         * When executed, this operation will copy the given elements to the given
@@ -76,10 +76,10 @@ public class CopyElementsOperation extends MultiOperation {
         * When executed, this operation will copy the given elements to the given
         * container.
         */
-       public CopyElementsOperation(IJavaElement[] elementsToCopy,
-                       IJavaElement destContainer, boolean force) {
-               this(elementsToCopy, new IJavaElement[] { destContainer }, force);
-       }
+//     public CopyElementsOperation(IJavaElement[] elementsToCopy,
+//                     IJavaElement destContainer, boolean force) {
+//             this(elementsToCopy, new IJavaElement[] { destContainer }, force);
+//     }
 
        /**
         * Returns the <code>String</code> to use as the main task name for