Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-Devil committed Jul 19, 2024
1 parent 8acd263 commit 0857e6a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ public boolean getPackageFromRemoteRepo(String org, String name, String version)
Path sourceFolderPath =
RESOURCE_DIRECTORY.resolve("custom-repo-resources/remote-custom-repo").resolve(name);
Path destinationFolderPath =
RESOURCE_DIRECTORY.resolve("custom-repo-resources/local-custom-repo/bala").resolve(org).resolve(name);
RESOURCE_DIRECTORY.resolve("custom-repo-resources/local-custom-repo/bala").resolve(org)
.resolve(name);

try {
Files.walkFileTree(sourceFolderPath, new SimpleFileVisitor<Path>() {
Expand Down

0 comments on commit 0857e6a

Please sign in to comment.