Enhanced/fixed Javadoc for getRootRepository()

This commit is contained in:
hns 2005-05-24 14:32:45 +00:00
parent 962d53336c
commit e9c32f20a1

View file

@ -111,8 +111,9 @@ public interface Repository {
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
*/
public Repository getRootRepository();