mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update JobsCommands.java
This commit is contained in:
parent
e97d885eff
commit
fa7c57edc5
@ -234,7 +234,7 @@ public class JobsCommands implements CommandExecutor {
|
||||
}
|
||||
|
||||
public void fillCommands() {
|
||||
List<String> lm = new ArrayList<String>();
|
||||
List<String> lm = new ArrayList<>();
|
||||
HashMap<String, Class<?>> classes = new HashMap<>();
|
||||
try {
|
||||
lm = getClassesFromPackage(packagePath);
|
||||
|
Loading…
Reference in New Issue
Block a user