IN PROGRESS - BATCH-693: Refactor samples along domain contours

This commit is contained in:
robokaso
2008-07-25 12:16:10 +00:00
parent 797b9d21f2
commit b7e5ff13fb
6 changed files with 7 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.sample.advice;
package org.springframework.batch.sample.jmx;
import javax.management.Notification;

View File

@@ -1,4 +1,4 @@
package org.springframework.batch.sample.advice;
package org.springframework.batch.sample.jmx;
import org.springframework.context.ApplicationEvent;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.sample.advice;
package org.springframework.batch.sample.jmx;
import org.aspectj.lang.JoinPoint;
import org.springframework.batch.core.StepExecution;