Skip to content

Commit

Permalink
chore(checkstyle): cleaned ClientServerChannel
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Schweppenhäuser <[email protected]>
  • Loading branch information
schwepmo committed May 31, 2024
1 parent 2e2c230 commit 0617e16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ private ClientServerChannelProtos.RadioChannel translateChannel(AdHocChannel cha
case SCH6:
return ClientServerChannelProtos.RadioChannel.PROTO_SCH6;
default:
throw new RuntimeException("Channel " + channel.toString() + " does not exist in MOSAIC");
throw new RuntimeException("Channel " + channel + " does not exist in MOSAIC");
}
}

Expand Down

0 comments on commit 0617e16

Please sign in to comment.