Fix: 修复一些 typo (#4202)

This commit is contained in:
ENC_Euphony
2025-08-05 22:51:06 +08:00
committed by GitHub
parent 72ffbb4176
commit f945a85441
2 changed files with 2 additions and 2 deletions

View File

@@ -177,7 +177,7 @@ public class MaintainTask extends Task<Version> {
String[] ignores = ignoreList.split(","); String[] ignores = ignoreList.split(",");
List<String> newIgnoreList = new ArrayList<>(); List<String> newIgnoreList = new ArrayList<>();
// To resolve the the problem that name of primary jar may conflict with the module naming convention, // To resolve the problem that name of primary jar may conflict with the module naming convention,
// we need to manually ignore ${primary_jar}. // we need to manually ignore ${primary_jar}.
newIgnoreList.add("${primary_jar}"); newIgnoreList.add("${primary_jar}");

View File

@@ -84,7 +84,7 @@ public class Event {
} }
/** /**
* true if this Event this cancelable. * true if this Event is cancelable.
*/ */
public boolean isCancelable() { public boolean isCancelable() {
return false; return false;