Remove useless empty inheritDoc Javadoc tag
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user