I don't see any issue with this and it may help in 3.0 as we wouldn't have to make as many methods public.
Simon Mac Donald http://hi.im/simonmacdonald On Mon, Jun 24, 2013 at 11:00 AM, Joe Bowser <bows...@gmail.com> wrote: > Can we do this post-3.0? This change seems a bit last minute. > On Jun 24, 2013 7:57 AM, "Andrew Grieve" <agri...@chromium.org> wrote: > >> On the Java side of things, there are a few files in the >> org.apache.cordova.api namespace. >> >> I'd like to remove this namespace and put all Cordova classes under >> org.apache.cordova so that we can use package-private visibility where >> appropriate. >> >> For backwards compatibility, we can use the same trick of having an empty >> class extend the moved one sitting around in the old namespace. >>