[vcs-log] minor: remove unnecessary finals

This commit is contained in:
Julia Beliaeva
2016-04-15 20:50:18 +03:00
parent 6d5ff19a4c
commit 13e8b0de28
@@ -56,12 +56,12 @@ public class VcsLogRefresherImpl implements VcsLogRefresher {
@NotNull private volatile DataPack myDataPack = DataPack.EMPTY;
public VcsLogRefresherImpl(@NotNull final Project project,
public VcsLogRefresherImpl(@NotNull Project project,
@NotNull VcsLogHashMap hashMap,
@NotNull Map<VirtualFile, VcsLogProvider> providers,
@NotNull final VcsUserRegistryImpl userRegistry,
@NotNull VcsUserRegistryImpl userRegistry,
@NotNull Map<Integer, VcsCommitMetadata> topCommitsDetailsCache,
@NotNull final Consumer<DataPack> dataPackUpdateHandler,
@NotNull Consumer<DataPack> dataPackUpdateHandler,
@NotNull Consumer<Exception> exceptionHandler,
int recentCommitsCount) {
myProject = project;