Skip to content

Commit 6f03d02

Browse files
committed
fix javadoc
Signed-off-by: XenoAmess <xenoamess@gmail.com>
1 parent ec53236 commit 6f03d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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)