new version with WorkingCopy Management
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IPackageFragment.java
index 131d36f..2d832d5 100644 (file)
@@ -112,7 +112,7 @@ public interface IPackageFragment extends IParent, IJavaElement, IOpenable {
         *              exception occurs while accessing its corresponding resource.
         * @return all of the compilation units in this package fragment
         */
-//     ICompilationUnit[] getCompilationUnits() throws JavaModelException;
+       ICompilationUnit[] getCompilationUnits() throws JavaModelException;
        /**
         * Returns the dot-separated package name of this fragment, for example
         * <code>"java.lang"</code>, or <code>""</code> (the empty string),