]> source.dussan.org Git - sonarqube.git/commitdiff
Revert "Fix compilation with Java 1.5"
authorDavid Gageot <david@gageot.net>
Thu, 5 Jul 2012 07:28:31 +0000 (09:28 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 5 Jul 2012 07:28:31 +0000 (09:28 +0200)
This reverts commit b2ae917fef0c1cd678de4350f748e978e866599b.

sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java

index a4f78b4284400cb887391f47ee8077de1313cdc7..725592eb4ab0068e990acf0a3a751e9d408a9c6b 100644 (file)
@@ -280,11 +280,11 @@ class EditableWidget implements Widget {
   @WidgetPropertySet(key = "set1",
     value = {
       @WidgetProperty(key = "foo", optional = false),
-      @WidgetProperty(key = "bar", optional = false)
+      @WidgetProperty(key = "bar", optional = false),
     }),
   @WidgetPropertySet(key = "set2",
     value = {
-      @WidgetProperty(key = "qix", optional = false)
+      @WidgetProperty(key = "qix", optional = false),
     })},
   value = {
     @WidgetProperty(key = "fizz", optional = false)