diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-10 23:28:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-10 23:57:21 +0200 |
commit | a7338dd1e5173b081d0ec1a7f31f48ed34b07d70 (patch) | |
tree | 250874bb18462aa82f7b5cf3eac52db949fdfbb0 /org.eclipse.jgit.junit/src/org | |
parent | 0bc89fabe279ae3ec5eef28ca551becf90816d26 (diff) | |
download | jgit-a7338dd1e5173b081d0ec1a7f31f48ed34b07d70.tar.gz jgit-a7338dd1e5173b081d0ec1a7f31f48ed34b07d70.zip |
Remove FileBasedConfig.load(boolean) introduced in d45219ba
We can't add this method to the super class StoredConfig since that
abstracts from filesystem storage. MockSystemReader.MockConfig is a
StoredConfig and is also used by tests for dfs based storage. Hence
remove this leaky abstraction.
This implies we always use the fallback FileStoreAttributes which means
a config file modification is considered racy within the first 2
seconds. This should not be an issue since typically configs change
rarely and re-reading a config within the racy period is relatively
cheap since configs are small.
Change-Id: Ia2615addc24a7cadf3c566ee842c6f4f07e159a5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit/src/org')
0 files changed, 0 insertions, 0 deletions