You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/03/15 22:11:35 UTC

[maven-resolver] branch 1.6.x updated: Fix checkstyle violation

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/1.6.x by this push:
     new 2064d02  Fix checkstyle violation
2064d02 is described below

commit 2064d025ac66ec519e1f2932c63dec5e617b7ff5
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Mar 15 22:55:30 2021 +0100

    Fix checkstyle violation
---
 .../src/main/java/org/eclipse/aether/repository/RemoteRepository.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java b/maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
index 1bf48e9..98fd6e5 100644
--- a/maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
+++ b/maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
@@ -217,7 +217,8 @@ public final class RemoteRepository
     /**
      * Indicates whether this repository is blocked from performing any download requests.
      * 
-     * @return {@code true} if this repository is blocked from performing any download requests, {@code false} otherwise.
+     * @return {@code true} if this repository is blocked from performing any download requests,
+     *         {@code false} otherwise.
      */
     public boolean isBlocked()
     {