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 {
|
||||
// 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;
|
||||
for (var assoc : associations) {
|
||||
++assocIdx;
|
||||
|
@ -32,7 +32,7 @@ final public class FileAssociations {
|
||||
public FileAssociations(String faSuffixName) {
|
||||
suffixName = faSuffixName;
|
||||
setFilename("fa");
|
||||
setDescription("jpackage test extention");
|
||||
setDescription("jpackage test extension");
|
||||
}
|
||||
|
||||
private void createFile() {
|
||||
|
Loading…
Reference in New Issue
Block a user