refactor: Declares the template method as final (Issue 1099) (#2057)

This commit is contained in:
Dominik Gruntz
2022-10-10 18:19:04 +02:00
committed by GitHub
parent 8a7c7b6f21
commit 67f01d43aa
4 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<artifactId>mockito-inline</artifactId>
<scope>test</scope>
</dependency>
</dependencies>