mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12611 Improve code coverage
X-SVN-Rev: 38936
This commit is contained in:
parent
3fe7709485
commit
e6fc703918
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@ public final class StringPrepDataReader implements ICUBinary.Authenticate {
|
|||
return ICUBinary.getChars(byteBuffer, length, 0);
|
||||
}
|
||||
|
||||
public byte[] getDataFormatVersion(){
|
||||
return DATA_FORMAT_VERSION;
|
||||
}
|
||||
|
||||
public boolean isDataVersionAcceptable(byte version[]){
|
||||
return version[0] == DATA_FORMAT_VERSION[0]
|
||||
&& version[2] == DATA_FORMAT_VERSION[2]
|
||||
|
|
Loading…
Add table
Reference in a new issue