diff options
author | Jose <jose@zeroc.com> | 2019-04-16 12:35:21 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-04-16 12:38:21 +0200 |
commit | 9b43811cbb2ee91dc00b9c20530bf542508f2922 (patch) | |
tree | 613bc0ce78767c499e4bfa34a3a758a2009c2acf /slice | |
parent | Ice/exceptions test updates (diff) | |
download | ice-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.ice | 2 |
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); /** * |