DATAJDBC-327 - Polishing.

Removed author tag for package-info.java

Original pull request: #123.
This commit is contained in:
Jens Schauder
2019-03-11 11:57:00 +01:00
committed by Mark Paluch
parent ceb15fe826
commit 35d9bb6e57
11 changed files with 0 additions and 33 deletions

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.core;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.mybatis;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.repository.config;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.repository;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.repository.query;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.repository.support;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.jdbc.support;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.relational.core.conversion;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.relational.core.mapping.event;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.relational.core.mapping;

View File

@@ -1,6 +1,3 @@
/**
* @author Jens Schauder
*/
@NonNullApi
package org.springframework.data.relational.domain.support;