ICU-7027 Fixed an unused warning in ICUServiceTestSample

X-SVN-Rev: 26500
This commit is contained in:
Yoshito Umaoka 2009-08-14 18:37:45 +00:00
parent 29acc27d2a
commit c41731f2a7

View file

@ -20,7 +20,7 @@ import java.util.SortedMap;
public class ICUServiceTestSample {
static public void main(String[] args) {
HelloServiceClient client = new HelloServiceClient();
new HelloServiceClient();
Thread t = new HelloUpdateThread();
t.start();