From 06bd0d2b092eaf28a022e58e80318b3435f66e0f Mon Sep 17 00:00:00 2001 From: Janos Gyerik Date: Thu, 10 Jan 2019 10:31:56 +0100 Subject: Remove unused dirs --- .../src/main/java/org/sonar/home/cache/Logger.java | 34 ---------------------- .../java/org/sonar/home/cache/package-info.java | 24 --------------- 2 files changed, 58 deletions(-) delete mode 100644 sonar-home/src/main/java/org/sonar/home/cache/Logger.java delete mode 100644 sonar-home/src/main/java/org/sonar/home/cache/package-info.java (limited to 'sonar-home/src/main') diff --git a/sonar-home/src/main/java/org/sonar/home/cache/Logger.java b/sonar-home/src/main/java/org/sonar/home/cache/Logger.java deleted file mode 100644 index 9b4cdaf4d54..00000000000 --- a/sonar-home/src/main/java/org/sonar/home/cache/Logger.java +++ /dev/null @@ -1,34 +0,0 @@ -/* - * SonarQube - * Copyright (C) 2009-2018 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.sonar.home.cache; - -public interface Logger { - - void debug(String msg); - - void info(String msg); - - void warn(String msg); - - void error(String msg); - - void error(String msg, Throwable t); - -} diff --git a/sonar-home/src/main/java/org/sonar/home/cache/package-info.java b/sonar-home/src/main/java/org/sonar/home/cache/package-info.java deleted file mode 100644 index 6b043e57856..00000000000 --- a/sonar-home/src/main/java/org/sonar/home/cache/package-info.java +++ /dev/null @@ -1,24 +0,0 @@ -/* - * SonarQube - * Copyright (C) 2009-2018 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. - */ -@ParametersAreNonnullByDefault -package org.sonar.home.cache; - -import javax.annotation.ParametersAreNonnullByDefault; - -- cgit v1.2.3