mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] minor: remove unnecessary finals
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user