8248864: JPackage test extension misspelled "extention"
Reviewed-by: asemenyuk, almatvee, prr
This commit is contained in:
parent
2f989d273d
commit
05bb6f1ec2
@ -49,7 +49,7 @@ final class FileAssociation {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void verify(List<FileAssociation> associations) throws ConfigException {
|
static void verify(List<FileAssociation> associations) throws ConfigException {
|
||||||
// only one mime type per association, at least one file extention
|
// only one mime type per association, at least one file extension
|
||||||
int assocIdx = 0;
|
int assocIdx = 0;
|
||||||
for (var assoc : associations) {
|
for (var assoc : associations) {
|
||||||
++assocIdx;
|
++assocIdx;
|
||||||
|
@ -32,7 +32,7 @@ final public class FileAssociations {
|
|||||||
public FileAssociations(String faSuffixName) {
|
public FileAssociations(String faSuffixName) {
|
||||||
suffixName = faSuffixName;
|
suffixName = faSuffixName;
|
||||||
setFilename("fa");
|
setFilename("fa");
|
||||||
setDescription("jpackage test extention");
|
setDescription("jpackage test extension");
|
||||||
}
|
}
|
||||||
|
|
||||||
private void createFile() {
|
private void createFile() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user