Skip to content

Commit

Permalink
#174: Removed explicit HTML header in JavaDoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcatbear committed Nov 26, 2021
1 parent 8f048c8 commit 6d1d4aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ pom.xml.versionsBackup
*.bak
*.orig
*.old
*.md.html
*.md.html
/.apt_generated/
/.apt_generated_tests/
4 changes: 3 additions & 1 deletion src/main/java/com/exasol/clusterlogs/LogPatternDetector.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ public class LogPatternDetector {

/**
* Check whether a certain pattern appears in a log message.
* <h4>Implementation notes</h4>
* <p>
* <b>Implementation notes</b>
* </p>
* <p>
* We use {@code find} to locate the log file(s) matching the filename search pattern. This {@code find} command
* then executes a command that searches the files.
Expand Down

0 comments on commit 6d1d4aa

Please sign in to comment.