Przeglądaj źródła

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

Change-Id: I4531b94e3a04606a69eeb3c3d154510b87507012
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.8.0.201705170830-rc1
Matthias Sohn 7 lat temu
rodzic
commit
3af4afdfbf

+ 5
- 3
org.eclipse.jgit/src/org/eclipse/jgit/gitrepo/RepoCommand.java Wyświetl plik

@@ -282,11 +282,13 @@ public class RepoCommand extends GitCommand<RevCommit> {
}

/**
* 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

Ładowanie…
Anuluj
Zapisz