Skip to content

Commit

Permalink
Make 'TestConstants' class final
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Apr 4, 2024
1 parent f871068 commit 624f3b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/**
* This class is used to group constants used in various tests in one place from which they can be retrieved.
*/
public class TestConstants {
public final class TestConstants {

public static final String MODS = "mods";
public static final String GBV = "GBV";
Expand Down

0 comments on commit 624f3b4

Please sign in to comment.