]> source.dussan.org Git - aspectj.git/commitdiff
PushIn
authoraclement <aclement>
Mon, 7 Jun 2010 18:28:53 +0000 (18:28 +0000)
committeraclement <aclement>
Mon, 7 Jun 2010 18:28:53 +0000 (18:28 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/World.java

index d5259de48a34f34abc1fa6d87bf5b4333159211b..377e6cdeeb4069533060804b9c4138d3db424273 100644 (file)
@@ -1460,15 +1460,15 @@ public abstract class World implements Dump.INode {
                                }
 
                        }
-                       try{
-                         String value = System.getProperty("aspectj.overweaving", "false");
-                         if (value.equalsIgnoreCase("true")) {
-                               System.out.println("ASPECTJ: aspectj.overweaving=true: overweaving switched ON");
-                               overWeaving = true;
-                         }
+                       try {
+                               String value = System.getProperty("aspectj.overweaving", "false");
+                               if (value.equalsIgnoreCase("true")) {
+                                       System.out.println("ASPECTJ: aspectj.overweaving=true: overweaving switched ON");
+                                       overWeaving = true;
+                               }
                        } catch (Throwable t) {
-                         System.err.println("ASPECTJ: Unable to read system properties");
-                         t.printStackTrace();
+                               System.err.println("ASPECTJ: Unable to read system properties");
+                               t.printStackTrace();
                        }
                        checkedAdvancedConfiguration = true;
                }