DATACMNS-1755 - Polishing.
Consistently remove linebreak after license header. Original pull request: #448.
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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.*;
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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.*;
|
||||
|
||||
@@ -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 {}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user