Closes gh-10168
This commit is contained in:
Johnny Lim
2017-09-05 23:08:39 +09:00
committed by Stephane Nicoll
parent 8b88c6e884
commit 30262e3bc1
10 changed files with 23 additions and 25 deletions

View File

@@ -35,8 +35,8 @@ public final class RepositoryConfiguration {
/**
* Creates a new {@code RepositoryConfiguration} instance.
* @param name The name of the repository
* @param uri The uri of the repository
* @param name the name of the repository
* @param uri the uri of the repository
* @param snapshotsEnabled {@code true} if the repository should enable access to
* snapshots, {@code false} otherwise
*/