test/tools/javadoc/enum/enumType/expected.out

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 0
959103a6100f
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 enum pkg1.QuotablePerson
     2   name: QuotablePerson / QuotablePerson / pkg1.QuotablePerson
     3   superclass:
     4     java.lang.Enum<pkg1.QuotablePerson>
     5   enum constants:
     6     Thoreau
     7     McLuhan
     8     Pynchon
     9     Mencken
    10     Allen
    11     Vidal
    12     Occam
    13     Groening
    14     Juvenal
    15     Eco
    16   methods:
    17     pkg1.QuotablePerson[] values()
    18     QuotablePerson valueOf(String)

mercurial