sdkman / sdkman-broker

Download broker service for SDKMAN!
Apache License 2.0
0 stars 7 forks source link

Remove duplicate record audit method #21

Closed willpewitt closed 1 year ago

willpewitt commented 1 year ago

Remove some duplicate code, NativeBinaryDownloadHandler.record() and BinaryDownloadHandler.record(). record is now also a reserved java keyword, so if the Java version is ever increased to >=14 this would be an issue.

Other changes include reorganizing some access modifiers and some formatting.

marc0der commented 1 year ago

I'll release this into prod within the next day or so.