diff --git a/src/main/java/hae/utils/project/ProjectProcessor.java b/src/main/java/hae/utils/project/ProjectProcessor.java index 7d1a2d6..0837bdf 100644 --- a/src/main/java/hae/utils/project/ProjectProcessor.java +++ b/src/main/java/hae/utils/project/ProjectProcessor.java @@ -93,7 +93,7 @@ public class ProjectProcessor { ExecutorService executorService = Executors.newFixedThreadPool(Runtime.getRuntime().availableProcessors()); List> futures = new ArrayList<>(); - HaeFileContent haeFileContent = new HaeFileContent(api); // 假设api是正确的 + HaeFileContent haeFileContent = new HaeFileContent(api); LoaderOptions loaderOptions = new LoaderOptions(); loaderOptions.setMaxAliasesForCollections(Integer.MAX_VALUE); loaderOptions.setCodePointLimit(Integer.MAX_VALUE); @@ -190,5 +190,4 @@ public class ProjectProcessor { return requiredRootEntries.isEmpty() && hasHttpDirectoryWithFiles; } -} - +} \ No newline at end of file