Skip to content
Snippets Groups Projects
Commit 096a6d20 authored by dgelessus's avatar dgelessus
Browse files

Remove unneeded SuppressWarnings

parent aee29d1d
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,6 @@ public final class CliStarter { ...@@ -186,7 +186,6 @@ public final class CliStarter {
} }
} }
@SuppressWarnings("unchecked")
private void extractCliInformation(final BufferedReader input) private void extractCliInformation(final BufferedReader input)
throws CliException { throws CliException {
final PortPattern portPattern = new PortPattern(); final PortPattern portPattern = new PortPattern();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment