Skip to content

Commit

Permalink
Dummy-Aenderung um neuen Workflow-lauf zu triggern
Browse files Browse the repository at this point in the history
  • Loading branch information
MDecker-MobileComputing committed Dec 5, 2023
1 parent c750dbc commit bbcdc7e
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 4 deletions.
40 changes: 40 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>lottozahlen</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
7 changes: 3 additions & 4 deletions src/main/java/de/eldecker/dhbw/lottozahlen/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
import de.eldecker.dhbw.lottozahlen.engine.model.LottoException;

/**
* Klasse mit Einstiegsmethode für Erzeugung Zahltipp für
* "6 aus 49" (Deutschland). Die dafür verwendete Klasse
* {@link LottoZahlenGenerator} kann aber auch für andere
* Lottosysteme verwendet werden.
* Klasse mit Einstiegsmethode für Erzeugung eines Zahltipps für Lotto "6 aus 49" (Deutschland).
* Die dafür verwendete Klasse {@link LottoZahlenGenerator} kann aber auch für andere Lottosysteme
* verwendet werden.
*/
public class App {

Expand Down

0 comments on commit bbcdc7e

Please sign in to comment.