Skip to content

Commit 73572e4

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

File tree

71 files changed

+70
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+70
-71
lines changed

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/AuthorContributionDescriptionCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/AuthorTagCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/AvoidScheduleAtFixedRateCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/DeclarativeServicesDependencyInjectionCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/ForbiddenPackageUsageCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/InheritDocCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/JavadocMethodStyleCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/KarafAddonFeatureCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/KarafFeatureCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/MissingJavadocFilterCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/NoEmptyLineSeparatorCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/NullAnnotationsCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/OhInfXmlLabelCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/OhInfXmlUsageCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/OhInfXmlValidationCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/OnlyTabIndentationCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/OverridingParentPomConfigurationCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/ParameterizedRegexpHeaderCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/PomXmlCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/RequiredFilesCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/api/AbstractOhInfXmlCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/api/AbstractStaticCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/api/AbstractStaticCheckTest.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/api/CheckConstants.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/api/NoResultException.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/readme/MarkdownCheck.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/readme/MarkdownVisitor.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/checkstyle/readme/MarkdownVisitorCallback.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/utils/CachingHttpClient.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/utils/ContentReceivedCallback.java

+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

custom-checks/checkstyle/src/main/java/org/openhab/tools/analysis/utils/SatCheckUtils.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/AuthorContributionDescriptionCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/AuthorTagCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/AvoidScheduleAtFixedRateCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/DeclarativeServicesDependencyInjectionCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/ForbiddenPackageUsageCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/InheritDocCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/JavadocMethodStyleCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/KarafAddonFeatureCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/KarafFeatureCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/LoggedMessagesExtension.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/MarkdownCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/MissingJavadocFilterCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/NoEmptyLineSeparatorCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/NullAnnotationsCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/OhInfXmlLabelCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/OhInfXmlUsageCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/OhInfXmlValidationCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/OnlyTabIndentationCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/OverridingParentPomConfigurationCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/ParameterizedRegexpHeaderCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/PomXmlCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/checkstyle/test/RequiredFilesCheckTest.java

+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

custom-checks/checkstyle/src/test/java/org/openhab/tools/analysis/utils/CachingHttpClientTest.java

+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

custom-checks/pmd/src/main/java/org/openhab/tools/analysis/pmd/UseSLF4JLoggerRule.java

+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

custom-checks/pmd/src/test/java/org/openhab/tools/analysis/pmd/test/ClasspathTest.java

+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

custom-checks/pmd/src/test/java/org/openhab/tools/analysis/pmd/test/CustomRulesTest.java

+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

custom-checks/pmd/src/test/java/org/openhab/tools/analysis/pmd/test/PomTest.java

+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

-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@
183183
<strictCheck>true</strictCheck>
184184
<aggregate>true</aggregate>
185185
<mapping>
186-
<java>JAVADOC_STYLE</java>
187186
<xml>xml-header-style</xml>
188187
</mapping>
189188
<useDefaultExcludes>true</useDefaultExcludes>

sat-extension/src/main/java/org/openhab/tools/analysis/report/SummaryReportExecutionListener.java

+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

sat-extension/src/main/java/org/openhab/tools/analysis/report/SummaryReportHtmlGenerator.java

+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

sat-extension/src/main/java/org/openhab/tools/analysis/report/SummaryReportLifecycleParticipant.java

+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

sat-plugin/src/main/java/org/openhab/tools/analysis/report/ReportUtil.java

+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

sat-plugin/src/main/java/org/openhab/tools/analysis/report/SummaryHtmlGeneration.java

+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

sat-plugin/src/main/java/org/openhab/tools/analysis/tools/AbstractChecker.java

+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

sat-plugin/src/main/java/org/openhab/tools/analysis/tools/CheckstyleChecker.java

+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

0 commit comments

Comments
 (0)