Skip to content

Commit 862b2f7

Browse files
committed
Remove obsolete note about proxy language syntax
As per apposed/appose-python@4850b53.
1 parent e22f760 commit 862b2f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/org/apposed/appose/util/Proxies.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
* a mismatch, you'll get runtime errors from the worker process.
5555
* </p>
5656
* <p>
57-
* <strong>Language compatibility:</strong> Proxy generation assumes dot-notation
58-
* method syntax ({@code obj.method(arg0, arg1)}). This works for Python, Groovy,
59-
* JavaScript, Ruby, and most dynamic languages. Languages with different calling
60-
* conventions (e.g., R's {@code obj$method()}) are not currently supported.
61-
* </p>
62-
* <p>
6357
* <strong>Usage pattern:</strong> First, create and export the remote object via a task,
6458
* then create a proxy to interact with it:
6559
* </p>

0 commit comments

Comments
 (0)