File tree 1 file changed +2
-2
lines changed
src/main/java/org/cyclonedx/maven/utils
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class SpdxLicenseUtil {
13
13
* @param license license
14
14
* @param blackList license black list
15
15
* @return if the license pass black lists
16
- * @throws InvalidSPDXAnalysisException
16
+ * @throws InvalidSPDXAnalysisException actually shall never
17
17
*/
18
18
public static boolean isLicensePassBlackList (
19
19
AnyLicenseInfo license ,
@@ -49,7 +49,7 @@ public static boolean isLicensePassBlackList(
49
49
* @param license license
50
50
* @param whiteList license white list
51
51
* @return if the license pass white lists
52
- * @throws InvalidSPDXAnalysisException
52
+ * @throws InvalidSPDXAnalysisException actually shall never
53
53
*/
54
54
public static boolean isLicensePassWhiteList (
55
55
AnyLicenseInfo license ,
You can’t perform that action at this time.
0 commit comments