From 84c5e4c4396036e857a2bab643f25f161f634514 Mon Sep 17 00:00:00 2001 From: jjg Date: Fri, 16 Dec 2011 13:49:44 -0800 Subject: [PATCH] 7121961: javadoc is missing a resource property Reviewed-by: bpatel --- .../sun/tools/doclets/formats/html/resources/standard.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties b/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties index f3ef939b..b9bef57f 100644 --- a/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties +++ b/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties @@ -216,6 +216,7 @@ doclet.Groupname_already_used=In -group option, groupname already used: {0} doclet.Same_package_name_used=Package name format used twice: {0} doclet.Serialization.Excluded_Class=Non-transient field {1} uses excluded class {0}. doclet.Serialization.Nonexcluded_Class=Non-transient field {1} uses hidden, non-included class {0}. +doclet.exception_encountered=Exception encountered while processing {1}\n{0} doclet.usage=Provided by Standard doclet:\n\ -d Destination directory for output files\n\ -use Create class and package usage pages\n\ -- GitLab