mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
Support compiling with Java version 5
This commit is contained in:
parent
baa50aaadb
commit
3b7e8abb99
@ -87,7 +87,7 @@ public class KeyringIdentityList {
|
||||
|
||||
public static List<KeyringIdentity> getTestIdentities() {
|
||||
try {
|
||||
List<KeyringIdentity> ret = new ArrayList<>();
|
||||
List<KeyringIdentity> ret = new ArrayList<KeyringIdentity>();
|
||||
byte[] sid = new byte[SubscriberId.BINARY_SIZE];
|
||||
|
||||
for (int i = 0; i < 10; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user