prevent odd ambiguous method toString error

This commit is contained in:
Art O Cathain 2014-07-07 21:37:48 +01:00
parent 51bedc2e73
commit 37433bd282

View File

@ -41,7 +41,7 @@ public class UncachedKeyringTestingHelper {
UncachedKeyRing canonicalized = keyRing1.canonicalize(operationLog, 0);
if (canonicalized == null) {
throw new AssertionError("Canonicalization failed; messages: [" + operationLog.toString() + "]");
throw new AssertionError("Canonicalization failed; messages: [" + operationLog + "]");
}
return TestDataUtil.iterEquals(canonicalized.getPublicKeys(), keyRing2.getPublicKeys(), new