Skip to content
Snippets Groups Projects
Commit e9a2d9bb authored by Dominique Blouin's avatar Dominique Blouin
Browse files

Code format

parent 5a18a88b
No related branches found
No related tags found
No related merge requests found
......@@ -910,11 +910,12 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act
}
}
protected boolean processCmd( final String cmd,
final JTextArea _jta,
final Integer okReturnCode )
throws LauncherException {
protected boolean processCmd( final String cmd,
final JTextArea _jta,
final Integer okReturnCode )
throws LauncherException {
rshc.setCmd( cmd );
rshc.sendExecuteCommandRequest( okReturnCode != null );
rshc.writeCommandMessages( textAreaWriter );
......
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