IN PROGRESS - BATCH-693: Refactor samples along domain contours
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.batch.sample.advice;
|
||||
package org.springframework.batch.sample.jmx;
|
||||
|
||||
import javax.management.Notification;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package org.springframework.batch.sample.advice;
|
||||
package org.springframework.batch.sample.jmx;
|
||||
|
||||
import org.springframework.context.ApplicationEvent;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user