Skip to content

Commit

Permalink
Fix another accidental fall-through
Browse files Browse the repository at this point in the history
I really hate C/Java case statements!
  • Loading branch information
brunchboy committed Nov 6, 2023
1 parent 665ea55 commit 1dbb059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/deepsymmetry/bcj/Carabiner.java
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,7 @@ public void run() {

case "unsupported":
handleUnsupported((Symbol) message.details);
break;

default:
logger.error("Unrecognized message from Carabiner: {}", line);
Expand Down

0 comments on commit 1dbb059

Please sign in to comment.