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.
- Re: svn commit: r1807045 - /ofbiz/ofbiz-framework/trun... Taher Alkhateeb
- Re: svn commit: r1807045 - /ofbiz/ofbiz-framework... Jacques Le Roux
- Re: svn commit: r1807045 - /ofbiz/ofbiz-frame... Paul Foxworthy
- Re: svn commit: r1807045 - /ofbiz/ofbiz-f... Jacques Le Roux
- Re: svn commit: r1807045 - /ofbiz/ofb... Taher Alkhateeb
- Re: svn commit: r1807045 - /ofbi... Michael Brohl
- Re: svn commit: r1807045 - /... Jacques Le Roux
- Re: svn commit: r1807045... Taher Alkhateeb
- Re: svn commit: r1807045... Jacques Le Roux
- Re: svn commit: r1807045... [email protected]
- Re: svn commit: r1807045... Jacques Le Roux
- Re: svn commit: r1807045... Wai
- Re: svn commit: r1807045 - /ofbiz/ofbiz-f... Jacques Le Roux
