aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src/test
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-12-16 09:01:02 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2011-12-16 09:01:02 +0100
commit610fa9790673efac003b22b3f0e0b7e22fd733c1 (patch)
tree53549841518af7ba54b8f0526701a0efbcdbe563 /sonar-server/src/test
parentc4d46ddae98dfcd7dbf34cdc1acd2416c0baef4d (diff)
downloadsonarqube-610fa9790673efac003b22b3f0e0b7e22fd733c1.tar.gz
sonarqube-610fa9790673efac003b22b3f0e0b7e22fd733c1.zip
SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web
No need anymore of a dedicated package
Diffstat (limited to 'sonar-server/src/test')
-rw-r--r--sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java b/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java
index d41719808d3..ae51e4b9701 100644
--- a/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java
+++ b/sonar-server/src/test/java/org/sonar/server/startup/RegisterNewDashboardsTest.java
@@ -22,9 +22,9 @@ package org.sonar.server.startup;
import com.google.common.collect.Lists;
import org.junit.Before;
import org.junit.Test;
-import org.sonar.api.web.dashboard.Dashboard;
-import org.sonar.api.web.dashboard.DashboardLayout;
-import org.sonar.api.web.dashboard.DashboardTemplate;
+import org.sonar.api.web.Dashboard;
+import org.sonar.api.web.DashboardLayout;
+import org.sonar.api.web.DashboardTemplate;
import org.sonar.persistence.dashboard.*;
import org.sonar.persistence.template.LoadedTemplateDao;
import org.sonar.persistence.template.LoadedTemplateDto;