mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7027 Fixed an unused warning in ICUServiceTestSample
X-SVN-Rev: 26500
This commit is contained in:
parent
29acc27d2a
commit
c41731f2a7
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue