JDK-7154758 : NLS: 7u4 message drop 20
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 7u4
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-19
  • Updated: 2013-11-18
  • Resolved: 2012-03-27
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7u4 b17Fixed
Description
2 files have been updated for 7u4 message drop20.

deploy/src/common/share/classes/com/sun/deploy/resources/Deployment.java
503c503
< { "downloadengine.check.blacklist.found", "The jar file is on a blacklist and will not be loaded" },
---
> { "downloadengine.check.blacklist.found", "The application component {0} was blocked due to a request by the vendor. Please contact the application vendor for more information." },

langtools/src/share/classes/com/sun/tools/doclets/formats/html/resources/standard.properties
163c163
< doclet.Help_line_29=The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.
---
> doclet.Help_line_29=The {0} page lists the static final fields and their values.