mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 09:29:46 +00:00
Remove final modifier from private method.
This commit is contained in:
parent
86f8001590
commit
ccdad654f2
@ -77,7 +77,7 @@ public class Configuration extends Observable implements Cloneable {
|
||||
}, 5, 5, TimeUnit.SECONDS);
|
||||
}
|
||||
|
||||
private final void reload() throws IOException {
|
||||
private void reload() throws IOException {
|
||||
props.clear();
|
||||
try (FileInputStream fis
|
||||
= new FileInputStream(configurationFile.toFile())) {
|
||||
|
Loading…
Reference in New Issue
Block a user