diff --git a/.idea/.idea.iml b/.idea/.idea.iml new file mode 100644 index 0000000..940fbe5 --- /dev/null +++ b/.idea/.idea.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..31cb127 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..08f54a6 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/src/hsw/MethodCollector.java b/.idea/src/hsw/MethodCollector.java index 4a94f5a..0d8abcb 100644 --- a/.idea/src/hsw/MethodCollector.java +++ b/.idea/src/hsw/MethodCollector.java @@ -11,6 +11,7 @@ public static void main(String[] args) { System.out.println("Method " + methodCounter + ":" ); aFirstMethod(); methodCounter++; + VNderBeste(); // hier kann die nächste Methode folgen. } @@ -18,6 +19,8 @@ public static void main(String[] args) { private static void aFirstMethod() { System.out.println("MethodCollector.aFirstMethod: This method has been created by "); } + private static void VNderBeste() { + System.out.println("MethodCollector.aFirstMethod: This method has been created by Vadim "); - + } } \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..22857a4 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1763630455223 + + + + + + + + + \ No newline at end of file