Author: batosai
Date: 2008-11-10 15:19:20 +0000 (Mon, 10 Nov 2008)
New Revision: 23469
Modified:
trunk/plugins/WoT/Identity.java
Log:
We divide by 100 three lines above.
Modified: trunk/plugins/WoT/Identity.java
===================================================================
--- trunk/plugins/WoT/Identity.java 2008-11-10 15:16:59 UTC (rev 23468)
+++ trunk/plugins/WoT/Identity.java 2008-11-10 15:19:20 UTC (rev 23469)
@@ -510,7 +510,7 @@
value += trust.getValue() *
trust.getTruster().getScore(treeOwner, db).getCapacity() / 100;
} catch (NotInTrustTreeException e) {}
}
- return value; /* FIXME: wouldn't it make sense to divide by 100
here?? */
+ return value;
}
/**
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs