Fix Javadoc
diff --git a/src/main/java/org/apache/maven/shared/transfer/project/MavenAetherUtils.java b/src/main/java/org/apache/maven/shared/transfer/project/MavenAetherUtils.java
index 610b314..ccaee94 100644
--- a/src/main/java/org/apache/maven/shared/transfer/project/MavenAetherUtils.java
+++ b/src/main/java/org/apache/maven/shared/transfer/project/MavenAetherUtils.java
@@ -19,7 +19,6 @@
  * under the License.
  */
 
-import org.apache.maven.plugin.MojoExecutionException;
 import org.codehaus.plexus.classworlds.realm.ClassRealm;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -40,9 +39,6 @@
 
     /**
      * Import the core Aether library from the maven distribution.
-     *
-     * @param pluginDescriptor the plugin descriptor where the operation will be executed.
-     * @throws MojoExecutionException if there is an error when importing the library.
      */
     public static void importAetherLibrary()
     {