This commit is contained in:
René Pfeuffer
2018-12-13 08:18:04 +01:00
parent db092e57e7
commit c3e6e28262

View File

@@ -58,7 +58,7 @@ public interface ConfigurationStore<T>
* Stores the given configuration object to the store. * 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);
} }