Support compiling with Java version 5

This commit is contained in:
Jeremy Lakeman 2016-07-25 16:59:01 +09:30
parent baa50aaadb
commit 3b7e8abb99

View File

@ -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++) {