ICU-7273 Temporarily add @SuppressWarnings to resolve 'unused' warning

X-SVN-Rev: 27312
This commit is contained in:
Yoshito Umaoka 2010-01-18 15:08:19 +00:00
parent 2898e2085e
commit 1686a16084

View File

@ -126,6 +126,8 @@ public class FilteredNormalizer2 extends Normalizer2 {
return first;
} TODO: need UnicodeSet.span() */
@SuppressWarnings("unused")
private Normalizer2 norm2;
@SuppressWarnings("unused")
private UnicodeSet set;
};