Skip to content

Commit

Permalink
fix: default version to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorvs committed Sep 8, 2016
1 parent 677b50a commit 950ae10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -26,5 +26,5 @@
@Retention(RetentionPolicy.SOURCE)
@Documented
public @interface ParcelVersion {
int from();
int from() default 0;
}

0 comments on commit 950ae10

Please sign in to comment.