hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
180 stars 72 forks source link

Fix issue with constructor #259

Closed GeVa2072 closed 2 months ago

GeVa2072 commented 2 months ago

Constructor with reserve Java name not work, reserved work is suffix with param, but when name is evaluated, value as _ as prefix.

Exemple : this.interface = _interfaceParam;