You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2016/05/01 12:56:40 UTC

[38/50] [abbrv] maven-aether git commit: Improved compliance with javadoc 8

Improved compliance with javadoc 8


Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/5341d525
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/5341d525
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/5341d525

Branch: refs/heads/master
Commit: 5341d525c569fe0330ef4f17870d1741c815f91b
Parents: a29e432
Author: Benjamin Bentmann <be...@sonatype.com>
Authored: Sun Oct 19 18:01:38 2014 +0200
Committer: Benjamin Bentmann <be...@sonatype.com>
Committed: Sun Oct 19 18:01:38 2014 +0200

----------------------------------------------------------------------
 .../src/main/java/org/eclipse/aether/RepositoryException.java     | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/5341d525/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java b/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
index bc66ead..35f0cfd 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
@@ -41,6 +41,9 @@ public class RepositoryException
 
     /**
      * @noreference This method is not intended to be used by clients.
+     * @param prefix A message prefix for the cause.
+     * @param cause The error cause.
+     * @return The error message for the cause.
      */
     protected static String getMessage( String prefix, Throwable cause )
     {