You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2018. It is now read-only.
Although the compiler supplies the <init> for constructors, since our format string is prefixed with constructor the <init> just adds extra noise, and no value. IMO we should remove it.
E.g. http://cl.ly/0P3m332P0a06
Although the compiler supplies the
<init>for constructors, since our format string is prefixed withconstructorthe<init>just adds extra noise, and no value. IMO we should remove it.