mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
[CST-7756] refactoring & added missing JavaDoc
This commit is contained in:
@@ -42,7 +42,8 @@ public class SubscriptionEmailNotificationConfiguration<T
|
||||
public Options getOptions() {
|
||||
if (Objects.isNull(options)) {
|
||||
Options options = new Options();
|
||||
options.addOption("f", "Frequency", true, "Subscription frequency. It can have value D, M or W");
|
||||
options.addOption("f", "Frequency", true, "Subscription frequency."
|
||||
+ " It can have value D stand for 'Day', W stand for 'Week' and M stand for 'Month'");
|
||||
options.getOption("f").setRequired(true);
|
||||
super.options = options;
|
||||
}
|
||||
|
Reference in New Issue
Block a user