X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FIdentityManagerImpl.java;h=a9f3613c575157e1f2a293c1fa6f3c84099570ff;hb=62573c314957b1851f4fbe693b8746686caa940a;hp=30f196fa93fc6926d697f8e606a3bbc348f27abc;hpb=c8897b270214c5e3c1e0c5cd4db9ac1821bfbde0;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java b/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java index 30f196f..a9f3613 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java @@ -1,5 +1,5 @@ /* - * Sone - IdentityManagerImpl.java - Copyright © 2010–2013 David Roden + * Sone - IdentityManagerImpl.java - Copyright © 2010–2016 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -43,8 +43,6 @@ import com.google.inject.Singleton; * It is also responsible for polling identities from the Web of Trust plugin * and sending events to the {@link EventBus} when {@link Identity}s and * {@link OwnIdentity}s are discovered or disappearing. - * - * @author David ‘Bombe’ Roden */ @Singleton public class IdentityManagerImpl extends AbstractService implements IdentityManager {