[ https://issues.apache.org/jira/browse/CB-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704574#comment-13704574
]
ASF subversion and git services commented on CB-4038:
-----------------------------------------------------
Commit 7abafdf62102cf91001dc1c6762f2d6a8cd7d77b in branch refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-network-information.git;h=7abafdf
]
[CB-4038] - Remove o.a.c.api namespace
> Remove org.apache.cordova.api in favour of org.apache.cordova
> -------------------------------------------------------------
>
> Key: CB-4038
> URL: https://issues.apache.org/jira/browse/CB-4038
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Reporter: Andrew Grieve
> Assignee: Andrew Grieve
>
> Having two different packages hurts our ability to use package-private visibility, and
therefore forces us to make non-API symbols public.
> We should get move classes that are in .api into the main package so that internal symbols
can be made package-private.
> For the deprecation period, we'll leave classes in .api that extend the moved copies.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|