summaryrefslogtreecommitdiff
path: root/java/test/Ice/retry/RetryI.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/Ice/retry/RetryI.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/Ice/retry/RetryI.java')
-rw-r--r--java/test/Ice/retry/RetryI.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/test/Ice/retry/RetryI.java b/java/test/Ice/retry/RetryI.java
index ae336cac007..31a0b104f55 100644
--- a/java/test/Ice/retry/RetryI.java
+++ b/java/test/Ice/retry/RetryI.java
@@ -17,6 +17,7 @@ public final class RetryI extends _RetryDisp
{
}
+ @Override
public void
op(boolean kill, Ice.Current current)
{
@@ -33,6 +34,7 @@ public final class RetryI extends _RetryDisp
}
}
+ @Override
public int
opIdempotent(int counter, Ice.Current current)
{
@@ -51,6 +53,7 @@ public final class RetryI extends _RetryDisp
return _counter;
}
+ @Override
public void
opNotIdempotent(int counter, Ice.Current current)
{
@@ -70,12 +73,14 @@ public final class RetryI extends _RetryDisp
}
}
+ @Override
public void
opSystemException(Ice.Current c)
{
throw new SystemFailure();
}
+ @Override
public void
shutdown(Ice.Current current)
{