Skip to content
Snippets Groups Projects
Commit 7f54e6e8 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Update on fork channel

parent 34a7cac9
No related branches found
No related tags found
No related merge requests found
......@@ -142,12 +142,12 @@ public class TMLCFork extends TMLCChannelFacility implements WithAttributes {
if ((s != null) && (s.length() > 0) && (!s.equals(oldValue))) {
try {
int testI = Integer.decode(value).intValue();
value = s;
} catch (Exception e) {
JOptionPane.showMessageDialog(frame,
"Could not change the number of samples: invalid value",
"Error",
JOptionPane.INFORMATION_MESSAGE);
value = oldValue;
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment