mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-5844 Made BOMFreeReader a static inner class
X-SVN-Rev: 22405
This commit is contained in:
parent
b7bd8df07b
commit
609f6ae81f
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ public abstract class PerfTest {
|
|||
}
|
||||
|
||||
|
||||
public class BOMFreeReader extends Reader {
|
||||
public static class BOMFreeReader extends Reader {
|
||||
InputStreamReader reader;
|
||||
String encoding;
|
||||
int MAX_BOM_LENGTH = 5;
|
||||
|
|
Loading…
Add table
Reference in a new issue