[jboss-cvs] JBoss Profiler SVN: r542 - branches/JBossProfiler2/src/main/org/jboss/profiler/agent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Jun 1 17:05:30 EDT 2009


Author: jesper.pedersen
Date: 2009-06-01 17:05:30 -0400 (Mon, 01 Jun 2009)
New Revision: 542

Modified:
   branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
Log:
checkstyle...

Modified: branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java
===================================================================
--- branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java	2009-06-01 21:00:11 UTC (rev 541)
+++ branches/JBossProfiler2/src/main/org/jboss/profiler/agent/Agent.java	2009-06-01 21:05:30 UTC (rev 542)
@@ -889,14 +889,14 @@
           Profiler.stopProfiler();
 
           if (save) {
-             for (Snapshot snapshot : Profiler.getSnapshots()) {
-                try {
-                   SnapshotHelper.save(snapshot, new File(SnapshotHelper.getName(snapshot) + ".jps"));
-                } catch (Exception e) {
-                   System.err.println(e.getMessage());
-                   e.printStackTrace(System.err);
-                }
-             }
+            for (Snapshot snapshot : Profiler.getSnapshots()) {
+              try {
+                SnapshotHelper.save(snapshot, new File(SnapshotHelper.getName(snapshot) + ".jps"));
+              } catch (Exception e) {
+                System.err.println(e.getMessage());
+                e.printStackTrace(System.err);
+              }
+            }
           }
 
           if (connector != null) {




More information about the jboss-cvs-commits mailing list