GitHub user BruceKuiLiu opened a pull request:
https://github.com/apache/flex-blazeds/pull/4
Change the method name "rememberObject" to "addObject".
The method is adding the Object "o" to the variable knownObjects, thus
method name "addObject" should be better than "rememberObject".
`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BruceKuiLiu/flex-blazeds rememberObject
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flex-blazeds/pull/4.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4
----
commit 0cbe450bad32edc71ad91c0d552d2cd29b88dd0d
Author: Kui LIU <brucekuiliu@...>
Date: 2018-04-17T15:24:56Z
Change the method name "rememberObject" to "addObject".
The method is adding the Object "o" to the variable knownObjects, thus
method name "addObject" should be better than "rememberObject".
`
----
---