Skip to content
Snippets Groups Projects
Commit 3dd76d27 authored by Gwenaelle ABEILLE's avatar Gwenaelle ABEILLE
Browse files

sonar

parent 6fd9bab8
No related branches found
No related tags found
No related merge requests found
......@@ -52,13 +52,11 @@ public class Publisher {
}
public static void main(final String[] args) {
System.out.println(Publisher.class.getSimpleName());
try {
ServerManager.getInstance().addClass(Publisher.class.getSimpleName(), Publisher.class);
ServerManager.getInstance().start(args, Publisher.class.getSimpleName());
} catch (final DevFailed e) {
// e.printStackTrace();
System.out.println(DevFailedUtils.toString(e));
DevFailedUtils.printDevFailed(e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment