DATACMNS-1755 - Polishing.

Consistently remove linebreak after license header.

Original pull request: #448.
This commit is contained in:
Mark Paluch
2020-06-25 11:19:08 +02:00
parent d72ccdacf6
commit 8815ff61e9
8 changed files with 3 additions and 11 deletions

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.auditing;
import java.util.Date;
@@ -26,7 +25,7 @@ import org.springframework.data.annotation.LastModifiedDate;
/**
* Sample entity using annotation based auditing.
*
*
* @author Oliver Gierke
* @since 1.5
*/

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.domain;
import static org.assertj.core.api.Assertions.*;

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.domain;
import static org.assertj.core.api.Assertions.*;
@@ -29,7 +28,7 @@ abstract class UnitTestUtils {
/**
* Asserts that delivered objects both equal each other as well as return the same hash code.
*
*
* @param first
* @param second
*/
@@ -42,7 +41,7 @@ abstract class UnitTestUtils {
/**
* Asserts that both objects are not equal to each other and differ in hash code, too.
*
*
* @param first
* @param second
*/

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.mapping.context;
import org.springframework.data.mapping.model.BasicPersistentEntity;

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.repository.sample;
import org.springframework.data.repository.Repository;

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.repository.sample;
import static org.mockito.Mockito.*;

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.repository.sample;
public class User {}

View File

@@ -13,7 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.springframework.data.repository.sample;
import org.springframework.data.repository.CrudRepository;