Add missing javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 14:04:47 +0000 (15:04 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 3 Jan 2011 14:04:47 +0000 (15:04 +0100)
src/main/java/net/pterodactylus/sone/freenet/wot/Identity.java

index 41540e5..6364b6f 100644 (file)
@@ -91,6 +91,7 @@ public interface Identity {
         *            The own identity to get the trust for
         * @return The trust assigned to this identity
         * @throws WebOfTrustException
+        *             if an error occurs retrieving the trust
         */
        public Trust getTrust(OwnIdentity ownIdentity) throws WebOfTrustException;