From 5f37db5a1fcf19857bf95e1aa70796ed71174433 Mon Sep 17 00:00:00 2001 From: cindy-tu <43455570+cindy-tu@users.noreply.github.com> Date: Wed, 28 Nov 2018 17:02:50 -0800 Subject: [PATCH] Added Official Java Doc for Declaring Constructor (#23830) * Added Official Java Doc for Declaring Constructor * Removed empty comment --- guide/english/java/constructors/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guide/english/java/constructors/index.md b/guide/english/java/constructors/index.md index 5b798d7389..75499a23d7 100644 --- a/guide/english/java/constructors/index.md +++ b/guide/english/java/constructors/index.md @@ -177,4 +177,5 @@ class Complex { [run the full code](https://repl.it/MwnJ) -//## Constructor Chaining +#### More Information: +- [Oracle Java Docs :Constructor Declarations](https://docs.oracle.com/javase/specs/jls/se7/html/jls-8.html#jls-8.8)