Skip to content

Commit

Permalink
Merge pull request #12 from itohro/master
Browse files Browse the repository at this point in the history
LGTM.
  • Loading branch information
nikhilnanivadekar authored Jan 30, 2017
2 parents b5e3dc6 + 969d16c commit ee02a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/eclipse/collections/tools/Converter.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class Converter
{
private static final ImmutableList<String> FILE_SCOPE = Lists.immutable.of(".java", ".xml", "gradle", ".groovy", ".scala", ".kt", ".rb", ".clj", ".iml");
private static final ImmutableList<String> FILE_SCOPE = Lists.immutable.of(".java", ".jsp", ".xml", "gradle", ".groovy", ".scala", ".kt", ".rb", ".clj", ".iml");
private static final ImmutableMap<String, String> CONVERSION_MAP = Maps.immutable.with(
"com\\.gs\\.collections", "org\\.eclipse\\.collections",
"com\\.goldmansachs", "org\\.eclipse\\.collections",
Expand Down

0 comments on commit ee02a41

Please sign in to comment.