From 68342e19a36a47abdabb253aef939ad71a596489 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 27 Dec 2024 20:54:01 +0100 Subject: [PATCH] Added missing nullable attribute in X0 section manifest --- .../warp/manifestor/manifest/WarpManifestX0Section.java | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0Section.java b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0Section.java index 74c3b7e..0fdc6c6 100644 --- a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0Section.java +++ b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0Section.java @@ -77,6 +77,14 @@ public interface WarpManifestX0Section getRemarks(); S withRemark(T remark);