Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Feb 16, 2023
1 parent 5f0e98f commit ba98d83
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class CombinedJavadoc {
return false
case ProjectType.JAVA_EXTERNAL:
case ProjectType.JAVA_PUBLIC:
case ProjectType.JAVA_PUBLIC_SHADOW:
return true
default:
throw new IllegalStateException("Unsure if public project type '${type}' is supposed to be included in combined-javadoc.")
Expand Down

0 comments on commit ba98d83

Please sign in to comment.