commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [SCM] UNNAMED PROJECT branch, master, updated. 92f6e5177fbd0


From: Andrew John Hughes
Subject: [commit-cp] [SCM] UNNAMED PROJECT branch, master, updated. 92f6e5177fbd0c8bfdbecce4b5704d981f4988bb
Date: Wed, 07 Jan 2015 02:17:23 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  92f6e5177fbd0c8bfdbecce4b5704d981f4988bb (commit)
      from  f74797dcba95e7902cb1364deb718c2633ff3bb3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92f6e5177fbd0c8bfdbecce4b5704d981f4988bb
Author: Andrew John Hughes <address@hidden>
Date:   Wed Jan 7 02:16:30 2015 +0000

    Implement java.util.Objects.
    
    2015-01-06  Andrew John Hughes  <address@hidden>
    
        * NEWS: Updated.
        * java/util/Objects.java: New class.
        (compareTo(T,T,Comparator)): Implemented.
        (deepEquals(Object,Object)): Likewise.
        (equals(Object,Object)): Likewise.
        (hash(Object...)): Likewise.
        (hashCode(Object)): Likewise.
        (requireNonNull(T)): Likewise.
        (requireNonNull(T,String)): Likewise.
        (toString(Object)): Likewise.
        (toString(Object,String)): Likewise.
    
    Signed-off-by: Andrew John Hughes <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |   14 +++
 NEWS                   |    7 +
 java/util/Objects.java |  296 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 317 insertions(+), 0 deletions(-)
 create mode 100644 java/util/Objects.java


hooks/post-receive
-- 
UNNAMED PROJECT



reply via email to

[Prev in Thread] Current Thread [Next in Thread]