Author: xor
Date: 2008-11-15 22:08:54 +0000 (Sat, 15 Nov 2008)
New Revision: 23607
Modified:
trunk/plugins/WoT/Identity.java
Log:
Provide function for getting the edition.
Modified: trunk/plugins/WoT/Identity.java
===================================================================
--- trunk/plugins/WoT/Identity.java 2008-11-15 19:33:24 UTC (rev 23606)
+++ trunk/plugins/WoT/Identity.java 2008-11-15 22:08:54 UTC (rev 23607)
@@ -643,6 +643,10 @@
public synchronized void setEdition(long edition) throws
InvalidParameterException {
setRequestURI(getRequestURI().setSuggestedEdition(edition));
}
+
+ public synchronized long getEdition() {
+ return getRequestURI().getSuggestedEdition();
+ }
/**
* Sets the nickName of this Identity.
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs