Skip to content

Commit 26566ad

Browse files
committed
Add since
1 parent 617873f commit 26566ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ public int hashCode() {
326326
* </ul>
327327
* These properties are managed by repository system, based on configuration. See {@link org.eclipse.aether.RepositorySystem}
328328
* and (internal component) {@code org.eclipse.aether.impl.RemoteRepositoryManager}.
329+
*
330+
* @since 2.0.14
329331
*/
330332
public RemoteRepository toBareRemoteRepository() {
331333
return new Builder(this)

0 commit comments

Comments
 (0)