Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: XenoAmess <xenoamess@gmail.com>
  • Loading branch information
XenoAmess committed May 7, 2022
1 parent ec53236 commit 6f03d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cyclonedx/maven/utils/SpdxLicenseUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SpdxLicenseUtil {
* @param license license
* @param blackList license black list
* @return if the license pass black lists
* @throws InvalidSPDXAnalysisException
* @throws InvalidSPDXAnalysisException actually shall never
*/
public static boolean isLicensePassBlackList(
AnyLicenseInfo license,
Expand Down Expand Up @@ -49,7 +49,7 @@ public static boolean isLicensePassBlackList(
* @param license license
* @param whiteList license white list
* @return if the license pass white lists
* @throws InvalidSPDXAnalysisException
* @throws InvalidSPDXAnalysisException actually shall never
*/
public static boolean isLicensePassWhiteList(
AnyLicenseInfo license,
Expand Down

0 comments on commit 6f03d02

Please sign in to comment.