~ javadoc auf Seite
Signed-off-by: Johannes Theiner <j.theiner@live.de>
This commit is contained in:
parent
287de40473
commit
258396fc36
4
pom.xml
4
pom.xml
|
@ -201,6 +201,10 @@
|
||||||
<artifactId>spotbugs-maven-plugin</artifactId>
|
<artifactId>spotbugs-maven-plugin</artifactId>
|
||||||
<version>3.1.9</version>
|
<version>3.1.9</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</reporting>
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
* @version 0.1
|
* @version 0.1
|
||||||
* @since 0.1
|
* @since 0.1
|
||||||
**/
|
**/
|
||||||
class HelloTest {
|
public class HelloTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void hello() {
|
void hello() {
|
||||||
|
|
Loading…
Reference in New Issue