Skip to content

Commit

Permalink
chore(Tools): Fixed glitch in .iml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndickerson committed Feb 2, 2019
1 parent b2d19b9 commit cf0cae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dataloader.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
a <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
Expand Down Expand Up @@ -150,4 +150,4 @@ a <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.10.19" level="project" />
</component>
</module>
</module>

0 comments on commit cf0cae2

Please sign in to comment.