bitrich-info / xchange-stream

XChange-stream is a Java library providing a simple and consistent streaming API for interacting with Bitcoin and other crypto currency exchanges via WebSocket protocol. It is build on top of of XChange library providing new interfaces for streaming API. User can subscribe for live updates via reactive streams of RxJava library.
Apache License 2.0
413 stars 222 forks source link

Add Coveo Format plugin to maven and run it to format the code. Fixes #441 #523

Closed TSavo closed 4 years ago

TSavo commented 4 years ago

Trying to push the ball down the field here, this PR installs the Coveo format plugin for maven and contains the resulting formatted code.

Fixes #441, replaces #462 which requires rebasing.

I would prefer #524 to be merged first, and then we can easily redo the format on the renamed project.

TSavo commented 4 years ago

@badgerwithagun This has been rebased against development.

badgerwithagun commented 4 years ago

@TSavo - I'm going to close this as a dup of #462. I have modified that PR to only add the plugin but not actually run it yet. The idea is to clear the outstanding PRs then run it without a PR review delay.