From: Evgeny Mandrikov Date: Wed, 4 Jul 2012 19:00:31 +0000 (+0600) Subject: Fix compilation with Java 1.5 X-Git-Tag: 3.2~246 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b2ae917fef0c1cd678de4350f748e978e866599b;p=sonarqube.git Fix compilation with Java 1.5 --- diff --git a/sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java b/sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java index 725592eb4ab..a4f78b42844 100644 --- a/sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java +++ b/sonar-server/src/test/java/org/sonar/server/ui/ViewProxyTest.java @@ -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)