diff options
Diffstat (limited to 'java/test/Ice/invoke/BlobjectI.java')
-rw-r--r-- | java/test/Ice/invoke/BlobjectI.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/Ice/invoke/BlobjectI.java b/java/test/Ice/invoke/BlobjectI.java index 38457fe3527..c676c38dc63 100644 --- a/java/test/Ice/invoke/BlobjectI.java +++ b/java/test/Ice/invoke/BlobjectI.java @@ -13,6 +13,7 @@ import test.Ice.invoke.Test.MyException; public class BlobjectI extends Ice.Blobject { + @Override public boolean ice_invoke(byte[] inParams, Ice.ByteSeqHolder outParams, Ice.Current current) { |