Skip to content

Commit a9ab1f3

Browse files
committed
update upstream
1 parent c6c11f3 commit a9ab1f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

patches/0001-improve-caption-replacement-system.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] improve caption replacement system
55

66

77
diff --git a/cloud-core/src/main/java/cloud/commandframework/CommandTree.java b/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
8-
index 7486d3bc4b875246d08bf7421535a1b3c0076932..9f507c88a41940a366e7e7dc37185039f9302dc5 100644
8+
index 615c6d3c5c0bb959c43cfd6a87b1db5a778d7aae..c054e55f276840413593b6c9df5522fe9932dc45 100644
99
--- a/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
1010
+++ b/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
1111
@@ -142,7 +142,11 @@ public final class CommandTree<C> {

patches/0002-disable-static-argument-suggestion-validation.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Subject: [PATCH] disable static argument suggestion validation
55

66

77
diff --git a/cloud-core/src/main/java/cloud/commandframework/CommandTree.java b/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
8-
index 9f507c88a41940a366e7e7dc37185039f9302dc5..e4f114fe7082d8c8da857edecb092fd2afe4419f 100644
8+
index c054e55f276840413593b6c9df5522fe9932dc45..e971e6bb4b3065d7276101cffbeda17267f1f564 100644
99
--- a/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
1010
+++ b/cloud-core/src/main/java/cloud/commandframework/CommandTree.java
1111
@@ -602,7 +602,7 @@ public final class CommandTree<C> {

0 commit comments

Comments
 (0)