mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-02 20:59:10 +01:00
Split up store parameters into typed and untyped
This commit is contained in:
@@ -43,7 +43,7 @@ package sonia.scm.store;
|
||||
public class InMemoryConfigurationStoreFactory implements ConfigurationStoreFactory {
|
||||
|
||||
@Override
|
||||
public ConfigurationStore getStore(StoreParameters storeParameters) {
|
||||
public ConfigurationStore getStore(TypedStoreParameters storeParameters) {
|
||||
return new InMemoryConfigurationStore<>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user