X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Fwot%2FIdentityManagerImpl.java;h=f568aa4512b7267496d9b87201f2d324ef403b1b;hb=5bcdc1b924c598b1e59551d44e2302ef29258dad;hp=3946c049327fc889e65d704c6b8bcf41e2755d24;hpb=4469a8def6097375442a98576e07b7405e3acce3;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 3946c04..f568aa4 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java +++ b/src/main/java/net/pterodactylus/sone/freenet/wot/IdentityManagerImpl.java @@ -32,6 +32,7 @@ import net.pterodactylus.util.service.AbstractService; import com.google.common.collect.Sets; import com.google.common.eventbus.EventBus; import com.google.inject.Inject; +import com.google.inject.Singleton; /** * The identity manager takes care of loading and storing identities, their @@ -44,6 +45,7 @@ import com.google.inject.Inject; * * @author David ‘Bombe’ Roden */ +@Singleton public class IdentityManagerImpl extends AbstractService implements IdentityManager { /** The logger. */