@@ -81,22 +81,22 @@ public enum ActivitiesType {
81
81
public abstract List <User > removedReviewers ();
82
82
83
83
@ SerializedNames ({"id" , "createdDate" , "user" , "action" , "commentAction" ,
84
- "comment" , "fromHash" , "previousFromHash" , "previousToHash" ,
85
- "toHash" , "added" , "removed" , "addedReviewers" , "removedReviewers" })
84
+ "comment" , "fromHash" , "previousFromHash" , "previousToHash" ,
85
+ "toHash" , "added" , "removed" , "addedReviewers" , "removedReviewers" })
86
86
public static Activities create (final long id ,
87
87
final long createdDate ,
88
88
final User user ,
89
89
final ActivitiesType action ,
90
90
final String commentAction ,
91
91
final Comments comment ,
92
- final @ Nullable String fromHash ,
93
- final @ Nullable String previousFromHash ,
94
- final @ Nullable String previousToHash ,
95
- final @ Nullable String toHash ,
96
- final @ Nullable ActivitiesCommit added ,
97
- final @ Nullable ActivitiesCommit removed ,
98
- final @ Nullable List <User > addedReviewers ,
99
- final @ Nullable List <User > removedReviewers ) {
92
+ @ Nullable final String fromHash ,
93
+ @ Nullable final String previousFromHash ,
94
+ @ Nullable final String previousToHash ,
95
+ @ Nullable final String toHash ,
96
+ @ Nullable final ActivitiesCommit added ,
97
+ @ Nullable final ActivitiesCommit removed ,
98
+ @ Nullable final List <User > addedReviewers ,
99
+ @ Nullable final List <User > removedReviewers ) {
100
100
101
101
return new AutoValue_Activities (id ,
102
102
createdDate ,
0 commit comments