Added Official Java Doc for Declaring Constructor (#23830)

* Added Official Java Doc for Declaring Constructor

* Removed empty comment
This commit is contained in:
cindy-tu
2018-11-28 17:02:50 -08:00
committed by Manish Giri
parent e2fe9d1fc5
commit 5f37db5a1f

View File

@ -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)