Add missing @since tag for new API RepoCommand.setTargetURI()

Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2017-04-14 19:49:19 +02:00
parent 3267f9161d
commit 3af4afdfbf
1 changed files with 5 additions and 3 deletions

View File

@ -282,11 +282,13 @@ public RepoCommand setURI(String uri) {
}
/**
* Set the URI of the superproject (this repository), so the .gitmodules file can specify the
* submodule URLs relative to the superproject.
* Set the URI of the superproject (this repository), so the .gitmodules
* file can specify the submodule URLs relative to the superproject.
*
* @param uri the URI of the repository holding the superproject.
* @param uri
* the URI of the repository holding the superproject.
* @return this command
* @since 4.8
*/
public RepoCommand setTargetURI(String uri) {
// The repo name is interpreted as a directory, for example