diff options
Diffstat (limited to 'java/demo/Ice/nested/Nested.ice')
-rw-r--r-- | java/demo/Ice/nested/Nested.ice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/nested/Nested.ice b/java/demo/Ice/nested/Nested.ice index 628cc6ef696..77fae054a2e 100644 --- a/java/demo/Ice/nested/Nested.ice +++ b/java/demo/Ice/nested/Nested.ice @@ -13,7 +13,7 @@ class Nested { - void nested(int level, Nested* proxy); + void nestedCall(int level, Nested* proxy); }; #endif |