Remove useless empty inheritDoc Javadoc tag

This commit is contained in:
Stéphane Nicoll
2023-12-22 11:23:11 +01:00
parent 12f6330fae
commit cd8bc2f82a
6 changed files with 2 additions and 62 deletions

View File

@@ -429,9 +429,6 @@ public abstract class AbstractHtmlElementTag extends AbstractDataBoundFormElemen
return this.dynamicAttributes;
}
/**
* {@inheritDoc}
*/
@Override
public void setDynamicAttribute(String uri, String localName, Object value) throws JspException {
if (this.dynamicAttributes == null) {

View File

@@ -106,9 +106,6 @@ public class MappingJackson2JsonView extends AbstractJackson2View {
this.jsonPrefix = (prefixJson ? ")]}', " : null);
}
/**
* {@inheritDoc}
*/
@Override
public void setModelKey(String modelKey) {
this.modelKeys = Collections.singleton(modelKey);