aboutsummaryrefslogtreecommitdiffstats
path: root/it/it-plugins/ws-plugin
diff options
context:
space:
mode:
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-02-10 10:31:00 +0100
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>2017-02-10 17:41:33 +0100
commitcfa372a57a3065302dc92c77f3ba2068c7ddf771 (patch)
tree4e1491a87a5cb6fe7d9c31e78b13044219e1dbe2 /it/it-plugins/ws-plugin
parent017fde2c6e202682e1eef46363236dc13f84bbaf (diff)
downloadsonarqube-cfa372a57a3065302dc92c77f3ba2068c7ddf771.tar.gz
sonarqube-cfa372a57a3065302dc92c77f3ba2068c7ddf771.zip
SONAR-8637 Update POM parent version
Diffstat (limited to 'it/it-plugins/ws-plugin')
-rw-r--r--it/it-plugins/ws-plugin/src/main/java/LocalCallWebService.java5
-rw-r--r--it/it-plugins/ws-plugin/src/main/java/WsPlugin.java5
2 files changed, 4 insertions, 6 deletions
diff --git a/it/it-plugins/ws-plugin/src/main/java/LocalCallWebService.java b/it/it-plugins/ws-plugin/src/main/java/LocalCallWebService.java
index 7a2ca7561aa..7de752bba25 100644
--- a/it/it-plugins/ws-plugin/src/main/java/LocalCallWebService.java
+++ b/it/it-plugins/ws-plugin/src/main/java/LocalCallWebService.java
@@ -1,7 +1,7 @@
/*
* SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
import org.sonar.api.server.ws.Request;
import org.sonar.api.server.ws.RequestHandler;
import org.sonar.api.server.ws.Response;
diff --git a/it/it-plugins/ws-plugin/src/main/java/WsPlugin.java b/it/it-plugins/ws-plugin/src/main/java/WsPlugin.java
index d907059bcee..e36a8551d0e 100644
--- a/it/it-plugins/ws-plugin/src/main/java/WsPlugin.java
+++ b/it/it-plugins/ws-plugin/src/main/java/WsPlugin.java
@@ -1,7 +1,7 @@
/*
* SonarQube
- * Copyright (C) 2009-2016 SonarSource SA
- * mailto:contact AT sonarsource DOT com
+ * Copyright (C) 2009-2017 SonarSource SA
+ * mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -17,7 +17,6 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
import java.util.Arrays;
import java.util.List;
import org.sonar.api.SonarPlugin;