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
185 stars 73 forks source link

Removed an offending method #127

Closed RaNo99 closed 3 years ago

RaNo99 commented 3 years ago

Removed a method that does not return any meaningful information and that overrides a very neat method in the Message superclass. All other Message class descendants do not override this method.