Hi Wai (I suppose :)) Do you want to contribute your changes? Else you can do that on your custom project w/o needing to change in OOTB.
Jacques Le 04/09/2017 à 15:01, [email protected] a écrit :
I'm deriving from CommonEvents.java and creating a new method that calls CommonEvent.writeJSONtoResponse(). Unfortunately, CommonEvent.writeJSONtoResponse() is private. Hence, I could not compile. I believe that methods that should not be accessible from other classes should at least allow derived classes to extend it. Hence, changing it to "protected" rather than "private" is more appropriate.
