Change all copyright headers to include 2012.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / UpdateListener.java
index 1469afa..2d52f16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - UpdateListener.java - Copyright © 2011 David Roden
+ * Sone - UpdateListener.java - Copyright © 2011–2012 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
@@ -36,7 +36,9 @@ public interface UpdateListener extends EventListener {
         *            The version that was found
         * @param releaseTime
         *            The release time of the version
+        * @param latestEdition
+        *            The latest edition of the Sone homepage
         */
-       public void updateFound(Version version, long releaseTime);
+       public void updateFound(Version version, long releaseTime, long latestEdition);
 
 }