Skip to content
Snippets Groups Projects
Commit e0730ebe authored by yannick legoc's avatar yannick legoc
Browse files

Crash in Startup: for testing crash mail

parent b7b4a1fa
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.ill.ics</groupId>
<artifactId>nomadgui</artifactId>
<version>4.0.45</version>
<version>4.0.46-SNAPSHOT</version>
<name>NomadGUI</name>
<description>Graphical user interface for Nomad</description>
<scm>
......
......@@ -290,7 +290,10 @@ public class Startup {
MainWindowPeer.getInstance().monitorResources();
}
System.out.println("Client started in " + MainWindow.getElapsedTime());
break;
throw new NumberFormatException();
//break;
default:
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment