Skip to content

Commit

Permalink
[JENKINS-47526] Tidy javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Oct 22, 2017
1 parent 2bee283 commit 5720bfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/jenkins/plugins/git/GitSCMTelescope.java
Expand Up @@ -256,6 +256,7 @@ protected abstract SCMFileSystem build(@NonNull String remote, @CheckForNull Sta
* @param remote the repository URL.
* @param credentials the credentials or {@code null} for an anonymous connection.
* @param refOrHash the reference or hash. If this is a reference then it will start with {@link Constants#R_REFS}
* If this is a hash, it may be a full hash or a short hash.
* @return the timestamp.
* @throws IOException if the operation failed due to an IO error.
* @throws InterruptedException if the operation was interrupted.
Expand All @@ -269,6 +270,7 @@ public abstract long getTimestamp(@NonNull String remote, @CheckForNull Standard
* @param remote the repository URL.
* @param credentials the credentials or {@code null} for an anonymous connection.
* @param refOrHash the reference or hash. If this is a reference then it will start with {@link Constants#R_REFS}
* If this is a hash, it may be a full hash or a short hash.
* @return the revision or {@code null} if the reference or hash does not exist.
* @throws IOException if the operation failed due to an IO error.
* @throws InterruptedException if the operation was interrupted.
Expand Down Expand Up @@ -355,7 +357,7 @@ public abstract Iterable<SCMRevision> getRevisions(@NonNull String remote,
*
* @param remote the repository URL.
* @param credentials the credentials or {@code null} for an anonymous connection.
* @return the default target of the repository,
* @return the default target of the repository.
* @throws IOException if the operation failed due to an IO error.
* @throws InterruptedException if the operation was interrupted.
*/
Expand Down

0 comments on commit 5720bfb

Please sign in to comment.