We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f5a0a commit 17ea285Copy full SHA for 17ea285
maven-resolver-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
@@ -217,7 +217,8 @@ public boolean isRepositoryManager()
217
/**
218
* Indicates whether this repository is blocked from performing any download requests.
219
*
220
- * @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,
221
+ * {@code false} otherwise.
222
*/
223
public boolean isBlocked()
224
{
0 commit comments