Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Jun 24, 2014
1 parent 71096f4 commit d0ae24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PasswordSafe/PasswordSafe.Data/Biz/TemplateField.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public TemplateField(int id, string name, FieldType type, Category category, str
this.Category = category;
this.Type = type;
this.minRange = minRange;
this.minRange = maxRange;
this.maxRange = maxRange;
this.order = order;
}

Expand Down

0 comments on commit d0ae24d

Please sign in to comment.