Enhanced/fixed Javadoc for getRootRepository()
This commit is contained in:
parent
962d53336c
commit
e9c32f20a1
1 changed files with 2 additions and 1 deletions
|
@ -111,8 +111,9 @@ public interface Repository {
|
||||||
public Repository getParentRepository();
|
public Repository getParentRepository();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the top-level repository this repository is contained in
|
* Get this repository's logical script root repository.
|
||||||
*
|
*
|
||||||
|
* @see {isScriptRoot()}
|
||||||
* @return top-level repository
|
* @return top-level repository
|
||||||
*/
|
*/
|
||||||
public Repository getRootRepository();
|
public Repository getRootRepository();
|
||||||
|
|
Loading…
Add table
Reference in a new issue