Author: batosai
Date: 2008-09-12 15:13:39 +0000 (Fri, 12 Sep 2008)
New Revision: 22620
Modified:
trunk/plugins/WoT/src/plugins/WoT/WebInterface.java
Log:
Just reordering methods
Modified: trunk/plugins/WoT/src/plugins/WoT/WebInterface.java
===================================================================
--- trunk/plugins/WoT/src/plugins/WoT/WebInterface.java 2008-09-12 12:26:10 UTC
(rev 22619)
+++ trunk/plugins/WoT/src/plugins/WoT/WebInterface.java 2008-09-12 15:13:39 UTC
(rev 22620)
@@ -44,6 +44,10 @@
pm.addNavigationLink(SELF_URI + "?knownidentities", "Known
Identities", "Manage others identities", false, null);
pm.addNavigationLink("/plugins/", "Plugins page", "Back to
Plugins page", false, null);
}
+
+ private HTMLNode getPageNode() {
+ return pm.getPageNode("Web of Trust", null);
+ }
public String makeHomePage() {
@@ -303,10 +307,6 @@
return pageNode.generate();
}
- private HTMLNode getPageNode() {
- return pm.getPageNode("Web of Trust", null);
- }
-
public String makeEditIdentityPage(String requestURI) throws
MalformedURLException, InvalidParameterException, UnknownIdentityException,
DuplicateIdentityException {
OwnIdentity id = OwnIdentity.getByURI(db, requestURI);