1
0
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:
montlikadani 2018-08-16 18:41:15 +02:00 committed by GitHub
parent e97d885eff
commit fa7c57edc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -234,7 +234,7 @@ public class JobsCommands implements CommandExecutor {
} }
public void fillCommands() { public void fillCommands() {
List<String> lm = new ArrayList<String>(); List<String> lm = new ArrayList<>();
HashMap<String, Class<?>> classes = new HashMap<>(); HashMap<String, Class<?>> classes = new HashMap<>();
try { try {
lm = getClassesFromPackage(packagePath); lm = getClassesFromPackage(packagePath);