summaryrefslogtreecommitdiff
path: root/java/test/Slice/keyword/Client.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-08-12 15:50:25 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-08-12 15:50:25 -0230
commit2f5c841cfce2ae5ff26e2e373c3ea7188da8b75b (patch)
treeb460e22e91a9fbb9cfb71631303963fa94dd2c9c /java/test/Slice/keyword/Client.java
parentICE-5492 Tcp Loopback Fast Path for C#/C++ on Windows (diff)
downloadice-2f5c841cfce2ae5ff26e2e373c3ea7188da8b75b.tar.bz2
ice-2f5c841cfce2ae5ff26e2e373c3ea7188da8b75b.tar.xz
ice-2f5c841cfce2ae5ff26e2e373c3ea7188da8b75b.zip
Added eclipse project settings for java.
Fix lots of warnings in Ice for Java.
Diffstat (limited to 'java/test/Slice/keyword/Client.java')
-rw-r--r--java/test/Slice/keyword/Client.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/test/Slice/keyword/Client.java b/java/test/Slice/keyword/Client.java
index e79338a3d2b..df96ebc985f 100644
--- a/java/test/Slice/keyword/Client.java
+++ b/java/test/Slice/keyword/Client.java
@@ -38,6 +38,7 @@ public class Client
{
}
+ @Override
public void
checkedCast_async(AMD_catch_checkedCast __cb, int _clone, Ice.Current __current)
{
@@ -53,6 +54,7 @@ public class Client
{
}
+ @Override
public void
_do(Ice.Current __current)
{
@@ -67,6 +69,7 @@ public class Client
{
}
+ @Override
public void
foo(defaultPrx _equals, Ice.IntHolder _final, Ice.Current __current)
{
@@ -80,6 +83,7 @@ public class Client
{
}
+ @Override
public _assert
_notify(_break _notifyAll, _else _null, _finalize _package,
elsePrx _private, finalizePrx _protected,
@@ -97,6 +101,7 @@ public class Client
{
}
+ @Override
public void
checkedCast_async(AMD_catch_checkedCast __cb, int _clone, Ice.Current __current)
{
@@ -104,11 +109,13 @@ public class Client
__cb.ice_response(_continue);
}
+ @Override
public void
_do(Ice.Current __current)
{
}
+ @Override
public void
foo(defaultPrx _equals, Ice.IntHolder _final, Ice.Current __current)
{
@@ -119,6 +126,7 @@ public class Client
// This section of the test is present to ensure that the C++ types
// are named correctly. It is not expected to run.
//
+ @SuppressWarnings({ "unused", "null" })
private static void
testtypes()
{