Skip to content

Commit

Permalink
Fix Spotbugs errors - Task #1044
Browse files Browse the repository at this point in the history
  • Loading branch information
pchrszon-dlr committed Aug 28, 2023
1 parent bd868d5 commit a308306
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public String toString() {
}
}

public class SystemTransition {
public static class SystemTransition {
private final SystemState from;
private final SystemState to;
private final List<Transition> localTransitions;
Expand All @@ -127,7 +127,7 @@ public List<Transition> getLocalTransitions() {
/**
* For the requiring state to be active, at least one of the required states must be active.
*/
private class RequiresAnyConstraint {
private static class RequiresAnyConstraint {
private final State requiring;
private final Set<State> required;

Expand Down

0 comments on commit a308306

Please sign in to comment.