Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbra0902 authored Jun 22, 2017
1 parent a85939d commit a8936e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Is a library that generates entities and methods to easily modify data for [couc
@CblEntity
public class List {

@CblField
String type;
@CblConstant(value = "type", constant = "List")
private String type;

@CblField("title")
String title;
Expand Down

0 comments on commit a8936e5

Please sign in to comment.