Currently I'm using the http.client.Request class without the RequestBuilder for a project I'm working on, and I need to change the access level of two members from package to public: L148 <https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#148> (Ctor accepting a XMLHttpRequest, a timeout and a callback) and L233 <https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/http/client/Request.java#233> (method to be called when the XHR ready state changes to 4).
So I don't have to override the class and relying on classpath tricks, considering I'm developing a public library, I wonder if there is any problem making this change in the original class. Thanks. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/3979ee78-9cee-4ac3-bd36-7d93b72fce07%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
