fix: Minor packages reorganization.
This commit is contained in:
parent
f63604a18a
commit
f0b7096865
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
package eu.ztsh.lfr.files;
|
||||
package eu.ztsh.lfr.core.impl.files;
|
||||
|
||||
import eu.ztsh.lfr.config.DataProperties;
|
||||
import eu.ztsh.lfr.model.events.FileModifiedEvent;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
|
@ -1,4 +1,4 @@
|
|||
package eu.ztsh.lfr.files;
|
||||
package eu.ztsh.lfr.model.events;
|
||||
|
||||
public record FileModifiedEvent(long timestamp) {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue