📄 Update year in file headers
[Sone.git] / src / main / java / net / pterodactylus / sone / freenet / wot / Identity.java
index b4ca58c..b8d4e6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Identity.java - Copyright Â© 2010–2019 David Roden
+ * Sone - Identity.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
@@ -83,7 +83,7 @@ public interface Identity {
         * @param contexts
         *            All contexts of the identity
         */
-       public void setContexts(Collection<String> contexts);
+       public void setContexts(Set<String> contexts);
 
        /**
         * Removes the given context from this identity.