-
Bug
-
Resolution: Fixed
-
P4
-
19
-
b15
-
generic
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8289960 | 17.0.5-oracle | Alexander Matveev | P4 | Resolved | Fixed | b02 |
JDK-8290439 | 17.0.5 | Goetz Lindenmaier | P4 | Resolved | Fixed | b01 |
Line 83 of the file `src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/MacResources.properties` contains:
```
message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
```
The right parenthesis is missing in the value.
```
message.dmg-cannot-be-overwritten=Dmg file exists ({0} and can not be removed.
```
The right parenthesis is missing in the value.
- backported by
-
JDK-8289960 Missing ')' in MacResources.properties
- Resolved
-
JDK-8290439 Missing ')' in MacResources.properties
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/d3b1956c
-
Commit openjdk/jdk/d83cee98
-
Review openjdk/jdk17u-dev/552
-
Review openjdk/jdk/7797
(1 links to)