]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6947 Add package-info.java well formatted
authorTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Fri, 13 Nov 2015 09:15:07 +0000 (10:15 +0100)
committerTeryk Bellahsene <teryk.bellahsene@sonarsource.com>
Tue, 17 Nov 2015 12:41:03 +0000 (13:41 +0100)
sonar-ws/src/main/java/org/sonarqube/ws/client/package-info.java
sonar-ws/src/main/java/org/sonarqube/ws/client/permission/package-info.java

index d9978db60025d1061192279a7b44f50c5efc2845..d4de73040646a95e022bbdbff19aa2aaea0f2505 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * SonarQube, open source software quality management tool.
  * Copyright (C) 2008-2014 SonarSource
@@ -18,5 +19,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-@javax.annotation.ParametersAreNonnullByDefault
+@ParametersAreNonnullByDefault
 package org.sonarqube.ws.client;
+
+import javax.annotation.ParametersAreNonnullByDefault;
+
index d35aaa82415a526199b59dd228e17e58dd4a0d68..901280149523572435f1fd415e388eeb201f31db 100644 (file)
@@ -1,3 +1,4 @@
+
 /*
  * SonarQube, open source software quality management tool.
  * Copyright (C) 2008-2014 SonarSource
  *
  * SonarQube 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
+ * 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.
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 
-@javax.annotation.ParametersAreNonnullByDefault
+@ParametersAreNonnullByDefault
 package org.sonarqube.ws.client.permission;
+
+import javax.annotation.ParametersAreNonnullByDefault;
+