Remove unused method.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 3 Aug 2014 18:58:00 +0000 (20:58 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 3 Aug 2014 18:58:00 +0000 (20:58 +0200)
src/main/java/net/pterodactylus/sone/core/WebOfTrustUpdater.java

index ce68797..64d97ad 100644 (file)
@@ -102,18 +102,6 @@ public class WebOfTrustUpdater extends AbstractService {
        }
 
        /**
-        * Adds the given context to the given own identity.
-        *
-        * @param ownIdentity
-        *              The own identity to add the context to
-        * @param context
-        *              The context to add
-        */
-       public void addContext(OwnIdentity ownIdentity, String context) {
-               addContextWait(ownIdentity, context, false);
-       }
-
-       /**
         * Adds the given context to the given own identity, waiting for completion of
         * the operation.
         *