Mercurial > hg > FederatedLinda
diff src/fdl/TestEtc.java @ 4:2023d9b31af9
fix parameter
author | fuchita |
---|---|
date | Tue, 12 Feb 2008 09:15:25 +0900 |
parents | ae7e0e92c651 |
children | 609b288f47f9 |
line wrap: on
line diff
--- a/src/fdl/TestEtc.java Mon Feb 11 11:54:15 2008 +0900 +++ b/src/fdl/TestEtc.java Tue Feb 12 09:15:25 2008 +0900 @@ -2,7 +2,7 @@ package fdl; import java.io.IOException; -import java.nio.ByteBuffer; +//import java.nio.ByteBuffer; public class TestEtc implements PSXQueueInterface { static final int MAX_REQ = 1; @@ -30,8 +30,10 @@ String local[] = split[1].split(" "); String remote[] = split[2].split("]"); - String localAddress = local[0]; - String remoteAddress = remote[0]; + @SuppressWarnings("unused") + final String localAddress = local[0]; + @SuppressWarnings("unused") + final String remoteAddress = remote[0]; System.out.println(local[0]); System.out.println(remote[0]);