Skip to content

Commit 17ea285

Browse files
committed
Fix checkstyle violation
1 parent 63f5a0a commit 17ea285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ public boolean isRepositoryManager()
217217
/**
218218
* Indicates whether this repository is blocked from performing any download requests.
219219
*
220-
* @return {@code true} if this repository is blocked from performing any download requests, {@code false} otherwise.
220+
* @return {@code true} if this repository is blocked from performing any download requests,
221+
* {@code false} otherwise.
221222
*/
222223
public boolean isBlocked()
223224
{

0 commit comments

Comments
 (0)