Skip to content

Commit

Permalink
add javadoc table summary
Browse files Browse the repository at this point in the history
  • Loading branch information
f43nd1r committed Jul 7, 2020
1 parent 903433d commit fce6f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acra-core/src/main/java/org/acra/annotation/AcraCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
* This allows you to exclude sensitive user data like passwords from being collected.
*
* If you only want to include some keys, you may use regular expressions to do so:
* <table>
* <table summary="examples">
* <tr><td>only keys foo and bar</td><td><pre>"^(?!foo|bar).*$"</pre></td></tr>
* <tr><td>only keys <i>containing</i> foo and bar</td><td><pre>"^((?!foo|bar).)*$"</pre></td></tr>
* </table>
Expand All @@ -210,7 +210,7 @@
* This allows you to exclude sensitive data from being collected.
*
* If you only want to include some keys, you may use regular expressions to do so:
* <table>
* <table summary="examples">
* <tr><td>only keys foo and bar</td><td><pre>"^(?!foo|bar).*$"</pre></td></tr>
* <tr><td>only keys <i>containing</i> foo and bar</td><td><pre>"^((?!foo|bar).)*$"</pre></td></tr>
* </table>
Expand Down

0 comments on commit fce6f74

Please sign in to comment.