APF-3.2.0

This commit is contained in:
Rsl1122 2018-04-18 10:59:15 +03:00
parent 0ff4e22a02
commit a8c1374722
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>com.djrapitops</groupId> <groupId>com.djrapitops</groupId>
<artifactId>AbstractPluginFramework</artifactId> <artifactId>AbstractPluginFramework</artifactId>
<version>3.2.0-SNAPSHOT</version> <version>3.2.0</version>
</dependency> </dependency>
<!-- SoftDepended Plugins --> <!-- SoftDepended Plugins -->
<dependency> <dependency>

View File

@ -20,7 +20,7 @@ import java.util.logging.Logger;
* *
* @author Rsl1122 * @author Rsl1122
*/ */
public class PlanErrorManager extends ErrorManager { public class PlanErrorManager implements ErrorManager {
@Override @Override
public void toLog(String source, Throwable e, Class callingPlugin) { public void toLog(String source, Throwable e, Class callingPlugin) {

View File

@ -11,7 +11,7 @@ import com.djrapitops.plugin.api.utility.log.errormanager.ErrorManager;
* *
* @author Rsl1122 * @author Rsl1122
*/ */
public class TestErrorManager extends ErrorManager { public class TestErrorManager implements ErrorManager {
@Override @Override
public void toLog(String s, Throwable throwable, Class aClass) { public void toLog(String s, Throwable throwable, Class aClass) {