Skip to content

Commit

Permalink
fix javadoc for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeweb committed Aug 23, 2016
1 parent 6dea8ab commit 98a1311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class MarkedTextConverter implements Converter<MarkedText> {
private final HtmlSanitizer sanitizer;

/**
* @CDI eyes only
* @deprecated CDI eyes only
*/
protected MarkedTextConverter() {
this(null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class SanitizedTextConverter implements Converter<SanitizedText> {
private final HtmlSanitizer sanitizer;

/**
* @CDI eyes only
* @deprecated CDI eyes only
*/
protected SanitizedTextConverter() {
this(null);
Expand Down

0 comments on commit 98a1311

Please sign in to comment.