Skip to content

Commit

Permalink
fix: removed unnecessary semicolon from ServiceProtocol (3621)
Browse files Browse the repository at this point in the history
Signed-off-by: Gianmarco Frangipane <[email protected]>
  • Loading branch information
giamma-frangipane authored Jan 8, 2025
1 parent e7991cb commit 913536d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
* @since 22/03/16
*/
public enum ServiceProtocol {
UDP, TCP;
UDP, TCP
}

0 comments on commit 913536d

Please sign in to comment.