Replace unnecessary type parameters with <>
[Sone.git] / src / main / java / net / pterodactylus / sone / database / memory / ConfigurationLoader.java
index 661bfe8..268f1a2 100644 (file)
@@ -93,7 +93,7 @@ public class ConfigurationLoader {
        }
 
        private Set<String> loadIds(String prefix) {
-               Set<String> ids = new HashSet<String>();
+               Set<String> ids = new HashSet<>();
                int idCounter = 0;
                while (true) {
                        String id = configuration