Author: batosai
Date: 2008-08-14 17:38:56 +0000 (Thu, 14 Aug 2008)
New Revision: 21856
Modified:
trunk/apps/WoT/src/plugins/WoT/WebInterface.java
Log:
Comment
Modified: trunk/apps/WoT/src/plugins/WoT/WebInterface.java
===================================================================
--- trunk/apps/WoT/src/plugins/WoT/WebInterface.java 2008-08-14 17:35:10 UTC
(rev 21855)
+++ trunk/apps/WoT/src/plugins/WoT/WebInterface.java 2008-08-14 17:38:56 UTC
(rev 21856)
@@ -217,6 +217,8 @@
row.addChild("td",
String.valueOf(id.getScore((OwnIdentity)treeOwner, db).getScore())+"
("+id.getScore((OwnIdentity)treeOwner, db).getRank()+")");
}
catch (NotInTrustTreeException e) {
+ // This only happen with identities added
manually by the user
+ // TODO Maybe we should give the opportunity to
trust it at creation time
row.addChild("td", "null");
}