Skip to content

Commit 60b0678

Browse files
committed
Remove intent from RemoteRepository toString
The method output is meant for human consumption anyway, and intent is irrelevant.
1 parent 3b15101 commit 60b0678

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ public String toString() {
280280
if (isBlocked()) {
281281
buffer.append(", blocked");
282282
}
283-
buffer.append(", ").append(getIntent().name()).append(")");
284283
buffer.append(")");
285284
return buffer.toString();
286285
}

0 commit comments

Comments
 (0)