Skip to content

Commit

Permalink
Declaring variable as final
Browse files Browse the repository at this point in the history
Signed-off-by: ankitjc <ankitjc@gmail.com>
  • Loading branch information
ankitjc authored and manusa committed Oct 13, 2022
1 parent 51c2638 commit 74173dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
public class ArchiveService {

private final KitLogger log;
private AssemblyManager assemblyManager;
private final AssemblyManager assemblyManager;

public ArchiveService(AssemblyManager assemblyManager, KitLogger log) {
this.log = log;
Expand Down

0 comments on commit 74173dc

Please sign in to comment.