langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties
changeset 36526 3b41f1c69604
parent 35426 374342e56a56
child 37393 a9ba8bd6697b
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
    84 main.could_not_instantiate_class=Could not instantiate class {0}
    84 main.could_not_instantiate_class=Could not instantiate class {0}
    85 main.doclet_class_not_found=Cannot find doclet class {0}
    85 main.doclet_class_not_found=Cannot find doclet class {0}
    86 main.illegal_locale_name=Locale not available: {0}
    86 main.illegal_locale_name=Locale not available: {0}
    87 main.malformed_locale_name=Malformed locale name: {0}
    87 main.malformed_locale_name=Malformed locale name: {0}
    88 main.file_not_found=File not found: "{0}"
    88 main.file_not_found=File not found: "{0}"
       
    89 main.file_ignored=File ignored: "{0}" (not yet supported)
    89 main.illegal_class_name=Illegal class name: "{0}"
    90 main.illegal_class_name=Illegal class name: "{0}"
    90 main.illegal_package_name=Illegal package name: "{0}"
    91 main.illegal_package_name=Illegal package name: "{0}"
    91 main.release.bootclasspath.conflict=option {0} cannot be used together with -release
    92 main.release.bootclasspath.conflict=option {0} cannot be used together with -release
    92 main.unsupported.release.version=release version {0} not supported
    93 main.unsupported.release.version=release version {0} not supported
    93 main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
    94 main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.