Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@willies952002
Created January 7, 2017 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willies952002/99992525ec5e4cf336442e036a6e9af9 to your computer and use it in GitHub Desktop.
Save willies952002/99992525ec5e4cf336442e036a6e9af9 to your computer and use it in GitHub Desktop.
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 8a0e6a6..e47bfc0 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -6,11 +6,11 @@
<sourceOutputDir name="target/generated-sources/annotations" />
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
<outputRelativeToContentRoot value="true" />
- <module name="commands" />
+ <module name="command" />
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
- <module name="commands" target="1.8" />
+ <module name="command" target="1.8" />
</bytecodeTargetLevel>
</component>
</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 04499a5..6346a03 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
- <module fileurl="file://$PROJECT_DIR$/commands.iml" filepath="$PROJECT_DIR$/commands.iml" />
+ <module fileurl="file://$PROJECT_DIR$/command.iml" filepath="$PROJECT_DIR$/command.iml" />
</modules>
</component>
</project>
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment