PutAssignee: Make members final
Change-Id: I4abd7c1debb9a5a31c5c1f9c21e68b1e5bc0ecc6
This commit is contained in:
@@ -32,9 +32,9 @@ import com.google.inject.Singleton;
|
||||
public class PutAssignee
|
||||
implements RestModifyView<ChangeResource, AssigneeInput> {
|
||||
|
||||
private SetAssigneeOp.Factory assigneeFactory;
|
||||
private BatchUpdate.Factory batchUpdateFactory;
|
||||
private Provider<ReviewDb> db;
|
||||
private final SetAssigneeOp.Factory assigneeFactory;
|
||||
private final BatchUpdate.Factory batchUpdateFactory;
|
||||
private final Provider<ReviewDb> db;
|
||||
|
||||
@Inject
|
||||
PutAssignee(SetAssigneeOp.Factory assigneeFactory,
|
||||
|
Reference in New Issue
Block a user