Change Repository.getConfig() to return non-file Configs

A repository implementation might support storing configurations
on a non-file storage system, so widen the return value to be any
type of configuration.

Change-Id: If9a0928f4b3ef29a24d270b0ce585a6e77f6fac6
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
This commit is contained in:
Shawn O. Pearce 2010-06-24 15:46:07 -07:00
parent 89d4a7377f
commit 3e3a50db5e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public File getDirectory() {
/**
* @return the configuration of this repository
*/
public abstract FileBasedConfig getConfig();
public abstract Config getConfig();
/**
* @return the used file system abstraction