Removed star import

Former-commit-id: ca2e2c3f97
restapi
Jens Pelzetter 2020-05-25 20:30:18 +02:00
parent 141ce9f5a8
commit 422f37747d
1 changed files with 8 additions and 1 deletions

View File

@ -21,7 +21,14 @@ package org.libreccm.configuration;
import org.libreccm.l10n.LocalizedString; import org.libreccm.l10n.LocalizedString;
import java.math.BigDecimal; 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 * Example of configuration with all available setting types. Not used anywhere