We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec53236 commit 6f03d02Copy full SHA for 6f03d02
1 file changed
src/main/java/org/cyclonedx/maven/utils/SpdxLicenseUtil.java
@@ -13,7 +13,7 @@ public class SpdxLicenseUtil {
13
* @param license license
14
* @param blackList license black list
15
* @return if the license pass black lists
16
- * @throws InvalidSPDXAnalysisException
+ * @throws InvalidSPDXAnalysisException actually shall never
17
*/
18
public static boolean isLicensePassBlackList(
19
AnyLicenseInfo license,
@@ -49,7 +49,7 @@ public static boolean isLicensePassBlackList(
49
50
* @param whiteList license white list
51
* @return if the license pass white lists
52
53
54
public static boolean isLicensePassWhiteList(
55
0 commit comments