Skip to content

Commit 0b870f9

Browse files
author
Philipp Kraus
committed
fix definition
1 parent 35fd74a commit 0b870f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action/CTestAnd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class CTestAnd extends IBaseAction
4848
/**
4949
* action name
5050
*/
51-
private final IPath NAME = CPath.of( "test/and" );
51+
private static final IPath NAME = CPath.of( "test/and" );
5252

5353

5454
@Nonnull

action/CTestOr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public final class CTestOr extends IBaseAction
4848
/**
4949
* action name
5050
*/
51-
private final IPath NAME = CPath.of( "test/or" );
51+
private static final IPath NAME = CPath.of( "test/or" );
5252

5353

5454
@Nonnull

0 commit comments

Comments
 (0)