Skip to content

Commit 6f03d02

Browse files
committed
fix javadoc
Signed-off-by: XenoAmess <[email protected]>
1 parent ec53236 commit 6f03d02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/cyclonedx/maven/utils/SpdxLicenseUtil.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class SpdxLicenseUtil {
1313
* @param license license
1414
* @param blackList license black list
1515
* @return if the license pass black lists
16-
* @throws InvalidSPDXAnalysisException
16+
* @throws InvalidSPDXAnalysisException actually shall never
1717
*/
1818
public static boolean isLicensePassBlackList(
1919
AnyLicenseInfo license,
@@ -49,7 +49,7 @@ public static boolean isLicensePassBlackList(
4949
* @param license license
5050
* @param whiteList license white list
5151
* @return if the license pass white lists
52-
* @throws InvalidSPDXAnalysisException
52+
* @throws InvalidSPDXAnalysisException actually shall never
5353
*/
5454
public static boolean isLicensePassWhiteList(
5555
AnyLicenseInfo license,

0 commit comments

Comments
 (0)