Skip to content

Commit 57067fc

Browse files
authored
Start license headers with /* instead of /** (#1718)
Prevents JavaDoc tooling issues because these tools check comments starting with `/**`. Signed-off-by: Wouter Born <[email protected]>
1 parent 9c8b40f commit 57067fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

distributions/openhab/merge-addon-info.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/*
22
* Copyright (c) 2010-2025 Contributors to the openHAB project
33
*
44
* See the NOTICE file(s) distributed with this work for additional

pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@
138138
<strictCheck>true</strictCheck>
139139
<aggregate>true</aggregate>
140140
<mapping>
141-
<groovy>JAVADOC_STYLE</groovy>
142-
<java>JAVADOC_STYLE</java>
143141
<xml>xml-header-style</xml>
144142
</mapping>
145143
<useDefaultExcludes>true</useDefaultExcludes>

0 commit comments

Comments
 (0)