Skip to content

Commit

Permalink
One review comment fix - remove no longer needed SuppressWarnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Mar 14, 2023
1 parent 402fae2 commit 0c21c49
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public String getTemplateName(final DocWorkUnit workUnit) {
* @param currentWorkUnit the work unit for the feature being documented
*/
@Override
@SuppressWarnings({"deprecation","removal"})
protected void addCustomBindings(final DocWorkUnit currentWorkUnit) {
super.addCustomBindings(currentWorkUnit);

Expand Down

0 comments on commit 0c21c49

Please sign in to comment.