Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
MonitoringApplication.java+1-61.49 -> 1.50

hps-java/src/main/java/org/lcsim/hps/monitoring
MonitoringApplication.java 1.49 -> 1.50
diff -u -r1.49 -r1.50
--- MonitoringApplication.java	5 Jun 2012 19:23:46 -0000	1.49
+++ MonitoringApplication.java	19 Jun 2012 18:38:15 -0000	1.50
@@ -94,7 +94,7 @@
  * calling its main() method.
  *
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: MonitoringApplication.java,v 1.49 2012/06/05 19:23:46 jeremy Exp $
+ * @version $Id: MonitoringApplication.java,v 1.50 2012/06/19 18:38:15 jeremy Exp $
  */
 public class MonitoringApplication {
 
@@ -734,7 +734,6 @@
     private void startSessionThread() {
         if (getConnectionStatus() != ConnectionStatus.CONNECTED) {
             Runnable r = new Runnable() {
-
                 public void run() {
                     session();
                 }
@@ -1085,7 +1084,6 @@
                     redirectStdOutAndErrToFile(logFile);
 
                     SwingUtilities.invokeLater(new Runnable() {
-
                         public void run() {
                             jobPanel.setLogToFile(true);
                             jobPanel.setLogFile(logFile.getPath());
@@ -1119,7 +1117,6 @@
         System.setOut(sysOut);
         System.setErr(sysErr);
         SwingUtilities.invokeLater(new Runnable() {
-
             public void run() {
                 jobPanel.setLogFile("");
                 jobPanel.setLogToFile(false);
@@ -1395,7 +1392,6 @@
 
         // Create a new thread for event processing.
         Runnable run = new Runnable() {
-
             public void run() {
                 eventProcessor.process();
             }
@@ -1661,7 +1657,6 @@
      */
     private void startDisconnectThread() {
         Runnable r = new Runnable() {
-
             public void run() {
                 disconnect();
             }
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1