Skip to content

Commit

Permalink
Missing the abstract might confuse people
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiesardo committed Mar 14, 2014
1 parent c13dc19 commit e93a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Fine, how do I use it?

```java
@AutoValue
class SomeModel implements Parcelable {
abstract class SomeModel implements Parcelable {
abstract String name();
abstract List<SomeSubModel> subModels();
abstract Map<String, OtherSubModel> modelsMap();
Expand Down

0 comments on commit e93a9a5

Please sign in to comment.