Typos a/an (#13876)
This commit is contained in:
@@ -32,7 +32,7 @@ public final class WeekProfileRegister {
|
||||
private @NotNull Map<Integer, WeekProfile> register = new HashMap<Integer, WeekProfile>();
|
||||
|
||||
/**
|
||||
* Stores a new week profile in the register. If an week profile exists with the same id, that value is overwritten.
|
||||
* Stores a new week profile in the register. If a week profile exists with the same id, that value is overwritten.
|
||||
*
|
||||
* @param profile The week profile to store.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user