parent
141ce9f5a8
commit
422f37747d
|
|
@ -21,7 +21,14 @@ package org.libreccm.configuration;
|
|||
import org.libreccm.l10n.LocalizedString;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.*;
|
||||
import java.util.Arrays;
|
||||
import java.util.Collections;
|
||||
import java.util.HashSet;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Objects;
|
||||
import java.util.Set;
|
||||
|
||||
|
||||
/**
|
||||
* Example of configuration with all available setting types. Not used anywhere
|
||||
|
|
|
|||
Loading…
Reference in New Issue