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 <gnu_and...@member.fsf.org> Date: Wed Jan 7 02:16:30 2015 +0000 Implement java.util.Objects. 2015-01-06 Andrew John Hughes <gnu_and...@member.fsf.org> * 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 <gnu_and...@member.fsf.org> ----------------------------------------------------------------------- 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