summaryrefslogtreecommitdiff
path: root/slice
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2019-04-16 12:35:21 +0200
committerJose <jose@zeroc.com>2019-04-16 12:38:21 +0200
commit9b43811cbb2ee91dc00b9c20530bf542508f2922 (patch)
tree613bc0ce78767c499e4bfa34a3a758a2009c2acf /slice
parentIce/exceptions test updates (diff)
downloadice-9b43811cbb2ee91dc00b9c20530bf542508f2922.tar.bz2
ice-9b43811cbb2ee91dc00b9c20530bf542508f2922.tar.xz
ice-9b43811cbb2ee91dc00b9c20530bf542508f2922.zip
Fix ServantLocator to allow return nil
Diffstat (limited to 'slice')
-rw-r--r--slice/Ice/ServantLocator.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/slice/Ice/ServantLocator.ice b/slice/Ice/ServantLocator.ice
index 947482c641e..f0a34a06bc5 100644
--- a/slice/Ice/ServantLocator.ice
+++ b/slice/Ice/ServantLocator.ice
@@ -79,7 +79,7 @@ local interface ServantLocator
* @see #finished
*
**/
- ["java:UserException", "swift:nonnull"] Object locate(Current curr, out ["swift:nonnull"] LocalObject cookie);
+ ["java:UserException"] Object locate(Current curr, out LocalObject cookie);
/**
*