Skip to content

Commit

Permalink
Use "Other" as default name for ColumnMeaning.OTHER
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Du Krøger committed Mar 23, 2015
1 parent b6cdc00 commit 3ae1ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public enum ColumnMeaning implements HasName, HasAliases {

// generic items

OTHER("Disregard", "Other", "Nothing"),
OTHER("Other", "Disregard", "Nothing"),

KEY_PRIMARY("Primary Key", "ID", "Record ID", "Identifier", "key", "PKID", "Record key"),

Expand Down

0 comments on commit 3ae1ae0

Please sign in to comment.