ICU-2185 comment out references to sun.text

X-SVN-Rev: 10325
This commit is contained in:
Ram Viswanadha 2002-11-21 23:24:52 +00:00
parent 4f0d4b28df
commit 1d25ec1a47

View File

@ -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() {