vlingo / xoom-wire

The VLINGO XOOM platform SDK wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, and RSocket, using VLINGO XOOM ACTORS.
Mozilla Public License 2.0
13 stars 11 forks source link

Remove @Override from log(String) and log(String,Throwable) since the… #5

Closed DaveMuirhead closed 5 years ago

DaveMuirhead commented 5 years ago

Remove @Override from log(String) and log(String,Throwable) since these methods do not override a superclass method, causing compilation failure