Reamer commented on PR #4978: URL: https://github.com/apache/zeppelin/pull/4978#issuecomment-3082873276
If you really want to clean things up here, then the class should implement the [Comparable](https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html) interface. This makes it possible for all classes that use `SemanticVersion` to perform a reasonable and standardized comparison. Furthermore, the class variables should be final. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
