GitHub user mike-jumper opened a pull request:
https://github.com/apache/guacamole-client/pull/331
GUACAMOLE-96: Add protected convenience method for retrieving delegate
object.
When decorating the objects of other extensions, it is frequently necessary
to unwrap the decorated object, such as required by `DecoratingDirectory`.
These changes add a `protected` method to each of the delegating classes to
make this easier and remove the need to repeatedly re-implement storage of the
delegate.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/guacamole-client
delegating-convenience
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/331.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 #331
----
commit 11c1d8c97e4d0134da1953e57efcf55138157ba9
Author: Michael Jumper <mjumper@...>
Date: 2018-10-05T03:02:00Z
GUACAMOLE-96: Add protected convenience method for retrieving delegate
object.
----
---