Skip to content

Commit

Permalink
Chore: fix missorted modifiers to match all the other code (flowable#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky committed Dec 5, 2023
1 parent 09dbf70 commit ac71d57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
*/
public class AsyncJobCategoryTest extends FlowableCmmnTestCase {

private final static String MATCHING_CATEGORY = "cmmnCategory";
private final static String NON_MATCHING_CATEGORY = "nonMatchingCategory";
private static final String MATCHING_CATEGORY = "cmmnCategory";
private static final String NON_MATCHING_CATEGORY = "nonMatchingCategory";

protected List<String> originalEnabledJobCategories;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
*/
public class AsyncJobCategoryTest extends PluggableFlowableTestCase {

private final static String MATCHING_CATEGORY = "testCategory";
private final static String NON_MATCHING_CATEGORY = "nonMatchingCategory";
private static final String MATCHING_CATEGORY = "testCategory";
private static final String NON_MATCHING_CATEGORY = "nonMatchingCategory";

protected List<String> originalEnabledJobCategories;

Expand Down

0 comments on commit ac71d57

Please sign in to comment.