We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fd74a commit 0b870f9Copy full SHA for 0b870f9
action/CTestAnd.java
@@ -48,7 +48,7 @@ public final class CTestAnd extends IBaseAction
48
/**
49
* action name
50
*/
51
- private final IPath NAME = CPath.of( "test/and" );
+ private static final IPath NAME = CPath.of( "test/and" );
52
53
54
@Nonnull
action/CTestOr.java
@@ -48,7 +48,7 @@ public final class CTestOr extends IBaseAction
- private final IPath NAME = CPath.of( "test/or" );
+ private static final IPath NAME = CPath.of( "test/or" );
0 commit comments