This is an automated email from the ASF dual-hosted git repository.

bwalker pushed a change to branch cleanup_long_double_object_creation
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    omit 7c58056200 Cleanup the use of Double primitive wrapper. As of Java 9, 
the VM can do a better job of handling the coversion from a Double primitive to 
a Double Object or vice versa.
     add f58a666188 Cleanup the use of Double primitive wrapper. As of Java 9, 
the VM can do a better job of handling the coversion from a Double primitive to 
a Double Object or vice versa.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7c58056200)
            \
             N -- N -- N   refs/heads/cleanup_long_double_object_creation 
(f58a666188)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/netbeans/modules/bugtracking/issuetable/NodeTableModel.java    | 3 ++-
 .../openide.explorer/src/org/openide/explorer/view/NodeTableModel.java | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to