You don't break out of if/else clauses.

Break is used for escaping looping structures or switch cases.

So when you add a break, you're telling Java that you want to break out of the current...