mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 18:17:34 +01:00
Unused stuff?
This commit is contained in:
parent
9417c4e879
commit
fd28286ced
@ -9,11 +9,8 @@ import java.awt.image.BufferedImage;
|
|||||||
public class ImageGenerator {
|
public class ImageGenerator {
|
||||||
|
|
||||||
private String pass;
|
private String pass;
|
||||||
private AuthMe plugin;
|
|
||||||
|
|
||||||
public ImageGenerator(AuthMe plugin, String pass) {
|
public ImageGenerator(AuthMe plugin, String pass) {
|
||||||
this.pass = pass;
|
this.pass = pass;
|
||||||
this.plugin = plugin;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public BufferedImage generateImage() {
|
public BufferedImage generateImage() {
|
||||||
|
@ -13,11 +13,9 @@ import fr.xephi.authme.cache.auth.PlayerAuth;
|
|||||||
|
|
||||||
public class DatabaseCalls implements DataSource {
|
public class DatabaseCalls implements DataSource {
|
||||||
|
|
||||||
private AuthMe plugin;
|
|
||||||
private DataSource database;
|
private DataSource database;
|
||||||
|
|
||||||
public DatabaseCalls(AuthMe plugin, DataSource database) {
|
public DatabaseCalls(AuthMe plugin, DataSource database) {
|
||||||
this.plugin = plugin;
|
|
||||||
this.database = database;
|
this.database = database;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user