fix: Minor packages reorganization.

This commit is contained in:
Piotr Dec 2024-07-18 02:46:24 +02:00
parent f63604a18a
commit f0b7096865
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,5 @@
package eu.ztsh.lfr.model.events;
public record FileModifiedEvent(long timestamp) {
}