ICU-2185 comment out references to sun.text
X-SVN-Rev: 10325
This commit is contained in:
parent
4f0d4b28df
commit
1d25ec1a47
@ -187,6 +187,7 @@ public class NormalizerPerformanceTest extends PerfTest {
|
||||
}
|
||||
};
|
||||
}
|
||||
/** I really wish there was conditional compilation in Java
|
||||
// Test NFC Performance
|
||||
PerfTest.Function TestJDK_NFC_NFD_Text() {
|
||||
return new PerfTest.Function() {
|
||||
@ -205,7 +206,7 @@ public class NormalizerPerformanceTest extends PerfTest {
|
||||
}
|
||||
};
|
||||
}
|
||||
/** I really wish there was conditional compilation in Java
|
||||
|
||||
PerfTest.Function TestJDK_NFC_NFC_Text() {
|
||||
return new PerfTest.Function() {
|
||||
public void call() {
|
||||
|
Loading…
Reference in New Issue
Block a user