Skip to content

Commit

Permalink
-Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Imad ELALI committed Apr 26, 2021
1 parent b2d2b8f commit 68a1855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public File findJar(String bundleId) {
public File findJar(Long bundleId) {
File jar = findJar(findDir(bundleId));
if (jar == null) {
//If jat not found through storage dir, try to resolve bundle location (Sling starter sources jars from maven repository)
//If jar not found through storage dir, try to resolve bundle location (Sling starter sources jars from maven repository)
Bundle bundle = findBundle(bundleId);
return new File(StringUtils.replace(bundle.getLocation(), "reference:file:", ""));
}
Expand Down

0 comments on commit 68a1855

Please sign in to comment.