mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-03-07 15:31:00 +08:00
fix compile error
This commit is contained in:
parent
da8e3986a3
commit
a715e10243
@ -1,12 +1,12 @@
|
|||||||
package io.papermc.hangar.db.model;
|
package io.papermc.hangar.db.model;
|
||||||
|
|
||||||
|
|
||||||
import me.minidigger.hangar.model.Visibility;
|
|
||||||
import org.jdbi.v3.core.enums.EnumByOrdinal;
|
import org.jdbi.v3.core.enums.EnumByOrdinal;
|
||||||
import org.springframework.lang.Nullable;
|
import org.springframework.lang.Nullable;
|
||||||
|
|
||||||
import java.time.OffsetDateTime;
|
import java.time.OffsetDateTime;
|
||||||
|
|
||||||
|
import io.papermc.hangar.model.Visibility;
|
||||||
|
|
||||||
public class ProjectVisibilityChangesTable {
|
public class ProjectVisibilityChangesTable {
|
||||||
|
|
||||||
private long id;
|
private long id;
|
||||||
|
Loading…
Reference in New Issue
Block a user