Merged "Open PHP Declaration" and "Open Include File" into one action "Open Declarati...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / PackageFragment.java
index 405364b..06f1c5f 100644 (file)
@@ -233,7 +233,7 @@ protected Object createElementInfo() {
 //}
 /**
  * @see IPackageFragment#getCompilationUnit(String)
- * @exception IllegalArgumentExcpetion if the name does not end with ".java"
+ * @exception IllegalArgumentExcpetion if the name does not end with a php file extension
  */
 public ICompilationUnit getCompilationUnit(String cuName) {
        if (!  PHPFileUtil.isValidPHPUnitName(cuName)) {