Skip to content

Commit

Permalink
Merge pull request #94 from WebApiContrib/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
glennblock committed Oct 21, 2014
2 parents 2251fbe + d6f554f commit 2a44811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CollectionJson/WriteDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ namespace CollectionJson
public class WriteDocument : IWriteDocument
{
[DataMember(Name = "template")]
public Template Template { get; private set; }
public Template Template { get; set; }
}
}

0 comments on commit 2a44811

Please sign in to comment.