Skip to content

Commit fd2c2c6

Browse files
committed
work around maven complaint about missing sources/javadoc
1 parent eb7af57 commit fd2c2c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package io.github.valters.lawdiff.app;
22

33
/** make sure sources/javadoc artifact get generated. remove when actual sources are added */
4-
abstract class NoSourcesYet {
4+
public final class NoSourcesYet {
55
}

0 commit comments

Comments
 (0)