Skip to content

Commit 0423d3a

Browse files
author
Vladimir Kotal
committed
restore final for renamedFiles
1 parent 3e7efe5 commit 0423d3a

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/history

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/History.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class History {
4141
* SCMs) during cache creation.
4242
* These are relative to repository root.
4343
*/
44-
private Set<String> renamedFiles;
44+
private final Set<String> renamedFiles;
4545

4646
public History() {
4747
this(new ArrayList<>());

0 commit comments

Comments
 (0)