X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2FPluginStoreConfigurationBackend.java;h=cce544f94c4acc3ae4ade2bd6e2ae8f5406e5e61;hp=eb16a09d42d409a24a0a8ffacaa615dd6ec2f890;hb=179e7da4d8d8a474d0b622d60b5f5d32d6ab4052;hpb=f229fe41f708d2b275c20ceb9aba5993761218a3 diff --git a/src/main/java/net/pterodactylus/sone/freenet/PluginStoreConfigurationBackend.java b/src/main/java/net/pterodactylus/sone/freenet/PluginStoreConfigurationBackend.java index eb16a09..cce544f 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/PluginStoreConfigurationBackend.java +++ b/src/main/java/net/pterodactylus/sone/freenet/PluginStoreConfigurationBackend.java @@ -1,5 +1,5 @@ /* - * Sone - PluginStoreConfigurationBackend.java - Copyright © 2010–2013 David Roden + * Sone - PluginStoreConfigurationBackend.java - Copyright © 2010–2019 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 @@ -31,14 +31,12 @@ import freenet.pluginmanager.PluginStore; /** * Backend for a {@link Configuration} that is based on a {@link PluginStore}. - * - * @author David ‘Bombe’ Roden */ public class PluginStoreConfigurationBackend implements ExtendedConfigurationBackend { /** The logger. */ @SuppressWarnings("unused") - private static final Logger logger = getLogger("Sone.Fred"); + private static final Logger logger = getLogger(PluginStoreConfigurationBackend.class.getName()); /** The plugin respirator. */ private final PluginRespirator pluginRespirator;