obd-java-api
obd-java-api copied to clipboard
Reformat code and change TroubleCodesCommand
- Format code with eclipse to a better readability.
- Change
TroubleCodeCommandto use a Set (TreeSet) instead aStringBuilderto disallow duplicates and sort entries alphabetically.