Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
make FileService.newExtensions static (mikado method)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jul 17, 2013
1 parent 3e6f899 commit 860b096
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -298,7 +298,7 @@ private String buildWarningString(List<String> warnings)
return warningString;
}

private Set<String> newExtensions(boolean gettextExtensions)
private static Set<String> newExtensions(boolean gettextExtensions)
{
Set<String> extensions;
if (gettextExtensions)
Expand Down

0 comments on commit 860b096

Please sign in to comment.