]> source.dussan.org Git - sonarqube.git/commitdiff
Explicitly set the default value of the field Dashboard#global
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 21 May 2012 09:24:41 +0000 (11:24 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 21 May 2012 09:24:41 +0000 (11:24 +0200)
sonar-plugin-api/src/main/java/org/sonar/api/web/Dashboard.java

index e9dfb2193108124d268f008b38715b57b327dccb..e914142116e2902e02f6b214ecf47beaedb3967e 100644 (file)
@@ -40,7 +40,7 @@ public final class Dashboard {
   private String description;
   private DashboardLayout layout = DashboardLayout.TWO_COLUMNS;
   private ListMultimap<Integer, Widget> widgetsByColumn = ArrayListMultimap.create();
-  private boolean global;
+  private boolean global = false;
 
   private Dashboard() {
   }