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
*/