author | darcy |
Thu, 29 Jan 2015 16:16:35 -0800 | |
changeset 28685 | 6e8154707178 |
parent 28684 | 6a4680c5ed35 |
child 28686 | 24873fd58c8a |
jdk/src/java.base/share/classes/java/lang/Object.java | file | annotate | diff | comparison | revisions |
--- a/jdk/src/java.base/share/classes/java/lang/Object.java Thu Jan 29 15:35:29 2015 -0800 +++ b/jdk/src/java.base/share/classes/java/lang/Object.java Thu Jan 29 16:16:35 2015 -0800 @@ -42,6 +42,11 @@ } /** + * Constructs a new object. + */ + public Object() {} + + /** * Returns the runtime class of this {@code Object}. The returned * {@code Class} object is the object that is locked by {@code * static synchronized} methods of the represented class.