mirror of
https://github.com/corda/corda.git
synced 2025-04-18 08:10:47 +00:00
specify UTF-8 explicitly in Strings.testDecode
This fixes a test failure with the OpenJDK port.
This commit is contained in:
parent
c63668c1ce
commit
96d5dae06c
@ -66,7 +66,7 @@ public class Strings {
|
||||
throw new RuntimeException();
|
||||
}
|
||||
}
|
||||
});
|
||||
}, "UTF-8");
|
||||
|
||||
char[] buffer = new char[2];
|
||||
int offset = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user