aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-common/src
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-01-06 15:01:53 +0100
committerSonarTech <sonartech@sonarsource.com>2020-01-07 20:46:09 +0100
commit3f6f5496277c76c2498fd245a112931d19830497 (patch)
tree3005200a620444d6875851c99df05af9281f294f /server/sonar-auth-common/src
parentea3447cd2d4143ffdeac91a7baff50f98956d725 (diff)
downloadsonarqube-3f6f5496277c76c2498fd245a112931d19830497.tar.gz
sonarqube-3f6f5496277c76c2498fd245a112931d19830497.zip
Format all headers for 2020
Diffstat (limited to 'server/sonar-auth-common/src')
-rw-r--r--server/sonar-auth-common/src/main/java/org/sonar/auth/OAuthRestClient.java2
-rw-r--r--server/sonar-auth-common/src/main/java/org/sonar/auth/package-info.java2
-rw-r--r--server/sonar-auth-common/src/test/java/org/sonar/auth/OAuthRestClientTest.java3
3 files changed, 3 insertions, 4 deletions
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;