ilgrosso commented on code in PR #1299:
URL: https://github.com/apache/cxf/pull/1299#discussion_r1227601441
##########
rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/model/doc/JavaDocProvider.java:
##########
@@ -74,12 +83,12 @@ public JavaDocProvider(Bus bus, String... paths) throws
Exception {
}
}
- private static double getVersion() {
+ protected static double getVersion() {
Review Comment:
I tend to open up all methods for classes that might be extended by 3rd
party apps; being also `static`, moreover, there should be no danger with
override.
Anyway, I've reverted this.
--
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]