📄 Update year in file headers
[Sone.git] / src / main / java / net / pterodactylus / sone / template / RequestChangeFilter.java
index b204706..16cb062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - RequestChangeFilter.java - Copyright Â© 2010–2016 David Roden
+ * Sone - RequestChangeFilter.java - Copyright Â© 2010–2020 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -46,7 +46,7 @@ public class RequestChangeFilter implements Filter {
                String name = String.valueOf(parameters.get("name"));
                String value = String.valueOf(parameters.get("value"));
 
-               Map<String, String> values = new HashMap<String, String>();
+               Map<String, String> values = new HashMap<>();
                Collection<String> parameterNames = request.getHttpRequest().getParameterNames();
                for (String parameterName : parameterNames) {
                        values.put(parameterName, request.getHttpRequest().getParam(parameterName));