We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d286488 commit f319967Copy full SHA for f319967
.gitignore
@@ -1,3 +1,2 @@
1
.idea/
2
-Workflow_Framework.iml
3
*.class
Workflow_Framework.iml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="JAVA_MODULE" version="4">
+ <component name="NewModuleRootManager" inherit-compiler-output="true">
4
+ <exclude-output />
5
+ <content url="file://$MODULE_DIR$">
6
+ <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
7
+ </content>
8
+ <orderEntry type="inheritedJdk" />
9
+ <orderEntry type="sourceFolder" forTests="false" />
10
+ </component>
11
+</module>
src/ch/gangoffour/main/Workflow.java renamed to src/ch/gangoffour/workflow/Workflow.java
0 commit comments