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:55 UTC

[maven-resolver] branch master updated: Fix checkstyle violation

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17ea285  Fix checkstyle violation
17ea285 is described below

commit 17ea285d40e8cdd183d45b074f74aae6d9f3d3fc
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()
     {