Skip to content

Commit ed32d83

Browse files
committed
DATACMNS-287 - Added missing package-info.java files.
1 parent 9fae107 commit ed32d83

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* General support for entity auditing.
3+
*/
4+
package org.springframework.data.auditing;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Basic support for creating custom Spring namespaces and JavaConfig.
3+
*/
4+
package org.springframework.data.config;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Support for repository initialization using XML and JSON.
3+
*/
4+
package org.springframework.data.repository.init;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/**
2+
* Core support classes.
3+
*/
4+
package org.springframework.data.support;

0 commit comments

Comments
 (0)