mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-06 07:32:46 +00:00
Adds support for asynchronous database operations
This commit is contained in:
@@ -45,9 +45,6 @@ public class ArrayUtilsTest extends ArrayUtils {
|
||||
private static class TestClass {
|
||||
private String name;
|
||||
|
||||
/**
|
||||
* @param string
|
||||
*/
|
||||
public TestClass(String string) {
|
||||
this.name = string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user