Skip to content

Commit

Permalink
Merge pull request micromata#2 from mroyal/patch-1
Browse files Browse the repository at this point in the history
fix spelling of 'unknown'
  • Loading branch information
mrkoenigstein authored Jun 26, 2017
2 parents 247d32e + df2d8ed commit e7c4764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public enum CustomFieldType {
MULTIVERSION("com.atlassian.jira.plugin.system.customfieldtypes:multiversion", false),
GROUP("com.atlassian.jira.plugin.system.customfieldtypes:grouppicker", false),
MULTIGROUP("com.atlassian.jira.plugin.system.customfieldtypes:multigrouppicker", false),
UNKNWON("unknown.custom.field.type", false);
UNKNOWN("unknown.custom.field.type", false);

CustomFieldType(String jiraName, boolean hasAllowedValues) {
this.jiraName = jiraName;
Expand Down

0 comments on commit e7c4764

Please sign in to comment.