Skip to content

Commit

Permalink
Make method static.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Jul 23, 2024
1 parent 074bbe1 commit 8ab5bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ private String resolveRelativeImport(String importName) {
return subpath.toString();
}

private int getNumberOfBeginningDots(String string) {
private static int getNumberOfBeginningDots(String string) {
int ret = 0;

for (int i = 0; i < string.length(); i++) {
Expand Down

0 comments on commit 8ab5bbf

Please sign in to comment.