A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IPackageDeclaration.java
index d96737b..292a59d 100644 (file)
@@ -10,7 +10,6 @@
  *******************************************************************************/
 package net.sourceforge.phpdt.core;
 
-
 /**
  * Represents a package declaration in Java compilation unit.
  * <p>
@@ -18,9 +17,9 @@ package net.sourceforge.phpdt.core;
  * </p>
  */
 public interface IPackageDeclaration extends IJavaElement, ISourceReference {
-/**
- * Returns the name of the package the statement refers to.
- * This is a handle-only method.
- */
-String getElementName();
+       /**
+        * Returns the name of the package the statement refers to. This is a
+        * handle-only method.
+        */
+       String getElementName();
 }