diff options
Diffstat (limited to 'tests/plugins/server-plugin/src/main/java/ServerStartupLock.java')
-rw-r--r-- | tests/plugins/server-plugin/src/main/java/ServerStartupLock.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/plugins/server-plugin/src/main/java/ServerStartupLock.java b/tests/plugins/server-plugin/src/main/java/ServerStartupLock.java index f7c4d7e6863..02125e66341 100644 --- a/tests/plugins/server-plugin/src/main/java/ServerStartupLock.java +++ b/tests/plugins/server-plugin/src/main/java/ServerStartupLock.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2017 SonarSource SA + * Copyright (C) 2009-2018 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or @@ -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.io.File; import java.util.Optional; import org.sonar.api.SonarRuntime; |