Add missing javadoc.
[Sone.git] / 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;