mirror of https://github.com/beemdevelopment/Aegis
Make Database return a read-only list on getKeys()
Also move some stuff aroundpull/41/head
parent
b3079dabc2
commit
4e10e5d514
@ -1,4 +1,4 @@
|
||||
package me.impy.aegis.ext;
|
||||
package me.impy.aegis.importers;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package me.impy.aegis.ext;
|
||||
package me.impy.aegis.importers;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
Loading…
Reference in New Issue