Global monster drops are retrieved from DropProvider (postgres db)
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package testutil;
|
||||
|
||||
import database.DaoException;
|
||||
|
||||
public class AnyValues {
|
||||
|
||||
public static String string() {
|
||||
return "string";
|
||||
}
|
||||
|
||||
public static int integer() {
|
||||
return 17;
|
||||
}
|
||||
|
||||
public static DaoException daoException() {
|
||||
return new DaoException(string(), new RuntimeException());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user