From 3f6f5496277c76c2498fd245a112931d19830497 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Mon, 6 Jan 2020 15:01:53 +0100 Subject: Format all headers for 2020 --- .../src/main/java/org/sonar/auth/OAuthRestClient.java | 2 +- .../sonar-auth-common/src/main/java/org/sonar/auth/package-info.java | 2 +- .../src/test/java/org/sonar/auth/OAuthRestClientTest.java | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) (limited to 'server/sonar-auth-common/src') diff --git a/server/sonar-auth-common/src/main/java/org/sonar/auth/OAuthRestClient.java b/server/sonar-auth-common/src/main/java/org/sonar/auth/OAuthRestClient.java index f07b9e0b595..1b65d470009 100644 --- a/server/sonar-auth-common/src/main/java/org/sonar/auth/OAuthRestClient.java +++ b/server/sonar-auth-common/src/main/java/org/sonar/auth/OAuthRestClient.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-auth-common/src/main/java/org/sonar/auth/package-info.java b/server/sonar-auth-common/src/main/java/org/sonar/auth/package-info.java index 00a16681355..5d0e0b2dda1 100644 --- a/server/sonar-auth-common/src/main/java/org/sonar/auth/package-info.java +++ b/server/sonar-auth-common/src/main/java/org/sonar/auth/package-info.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 SonarSource SA * mailto:info AT sonarsource DOT com * * This program is free software; you can redistribute it and/or diff --git a/server/sonar-auth-common/src/test/java/org/sonar/auth/OAuthRestClientTest.java b/server/sonar-auth-common/src/test/java/org/sonar/auth/OAuthRestClientTest.java index 7f1826e3e12..c14fbf90542 100644 --- a/server/sonar-auth-common/src/test/java/org/sonar/auth/OAuthRestClientTest.java +++ b/server/sonar-auth-common/src/test/java/org/sonar/auth/OAuthRestClientTest.java @@ -1,6 +1,6 @@ /* * SonarQube - * Copyright (C) 2009-2019 SonarSource SA + * Copyright (C) 2009-2020 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. */ - package org.sonar.auth; import com.github.scribejava.core.builder.ServiceBuilder; -- cgit v1.2.3