We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343470d commit e16b52dCopy full SHA for e16b52d
bundles/org.openhab.core.semantics/model/generateTagClasses.groovy
@@ -129,7 +129,7 @@ def header() {
129
line.isBlank() ? " *" : " * " + line.replace("\${year}", year)
130
}).collect(Collectors.toList())
131
132
- headerLines.add(0, "/**")
+ headerLines.add(0, "/*")
133
headerLines.add(" */")
134
headerLines.add("")
135
bundles/org.openhab.core.semantics/pom.xml
@@ -57,7 +57,7 @@
57
<dependency>
58
<groupId>org.codehaus.groovy</groupId>
59
<artifactId>groovy-all</artifactId>
60
- <version>3.0.9</version>
+ <version>3.0.23</version>
61
<type>pom</type>
62
</dependency>
63
</dependencies>
0 commit comments