diff options
author | Julien HENRY <henryju@yahoo.fr> | 2017-10-03 16:33:01 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2017-10-04 13:48:58 +0200 |
commit | a29869daf79c201e7c88ee9476bf94dbdca1a125 (patch) | |
tree | 1d4434f33c606eff99def14e3974e132eec56512 /tests/src | |
parent | 637740fb682629d84d66c5f7c59b0a4acf2f1ad1 (diff) | |
download | sonarqube-a29869daf79c201e7c88ee9476bf94dbdca1a125.tar.gz sonarqube-a29869daf79c201e7c88ee9476bf94dbdca1a125.zip |
SONAR-7245 Remove issues report (html/console) feature
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/test/java/org/sonarqube/tests/previewAnalysis/ToDoTest.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/src/test/java/org/sonarqube/tests/previewAnalysis/ToDoTest.java b/tests/src/test/java/org/sonarqube/tests/previewAnalysis/ToDoTest.java deleted file mode 100644 index 67122882ba2..00000000000 --- a/tests/src/test/java/org/sonarqube/tests/previewAnalysis/ToDoTest.java +++ /dev/null @@ -1,23 +0,0 @@ -/* - * SonarQube - * 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 - * License as published by the Free Software Foundation; either - * version 3 of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public License - * along with this program; if not, write to the Free Software Foundation, - * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ -package org.sonarqube.tests.previewAnalysis; - -public class ToDoTest { -} |