Skip to content

Commit

Permalink
javadoc fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bgalek committed Dec 7, 2022
1 parent 37c9750 commit f260903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Test with Gradle
run: ./gradlew --no-daemon --continue check
run: ./gradlew --no-daemon --continue check javadoc
- name: Jacoco
run: ./gradlew jacocoTestReport
- name: Upload coverage to Codecov
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class SvgSecurityValidator implements XssDetector {
private final String[] svgAttributes;

/**
* @see SvgSecurityValidator.Builder()
* Use builder SvgSecurityValidator.builder()
*/
@Deprecated
public SvgSecurityValidator() {
Expand Down

0 comments on commit f260903

Please sign in to comment.