mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Fix type
This commit is contained in:
@@ -58,7 +58,7 @@ public interface ConfigurationStore<T>
|
||||
* Stores the given configuration object to the store.
|
||||
*
|
||||
*
|
||||
* @param obejct configuration object to store
|
||||
* @param object configuration object to store
|
||||
*/
|
||||
public void set(T obejct);
|
||||
public void set(T object);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user