hms-networks / flexy-cumulocity-connector

A connector-based solution to Cumulocity for linking Ewon devices using a direct data path with a Flexy Java application.
Apache License 2.0
3 stars 2 forks source link

Dev/1.3.6 #49

Closed alexjhawk closed 1 year ago

alexjhawk commented 1 year ago

These are the changes I tested the recent library update with. I think it makes sense to commit and release this.

TomKimsey commented 1 year ago

@alexjhawk please fix code format errors

alexjhawk commented 1 year ago

@alexjhawk please fix code format errors

Complete.

I need to refine my IntelliJ code style settings because they seem to no longer conform to Google Code Style.

it-hms commented 1 year ago

java -jar ./google-java-format-1.17.0-all-deps.jar -r find ./src/ -name *.java

alexjhawk commented 1 year ago

java -jar ./google-java-format-1.17.0-all-deps.jar -r find ./src/ -name *.java

I have Google Code Format enabled in IntelliJ. For some reason, it is just not automatically running today or something.