@@ -102,8 +102,6 @@ public Element getElement() {
102102 * <li>Otherwise, an adapter for the last matching sub-element (if any)
103103 * will be returned.</li>
104104 * </ul>
105- *
106- * {@inheritDoc}
107105 */
108106 @ Override
109107 public Object get (Object key ) {
@@ -160,8 +158,6 @@ private Object get(String key) {
160158 * based on the map's contents. For all other types, the element's text
161159 * content will be set to the string representation of the provided
162160 * value.</p>
163- *
164- * {@inheritDoc}
165161 */
166162 @ Override
167163 public Object put (String key , Object value ) {
@@ -226,8 +222,6 @@ private void appendElement(String tagName, Object value) {
226222 * </ul>
227223 *
228224 * <p>Self reference and multi-element keys are not supported.</p>
229- *
230- * {@inheritDoc}
231225 */
232226 @ Override
233227 public Object remove (Object key ) {
@@ -260,7 +254,6 @@ private void remove(String key) {
260254
261255 /**
262256 * Determines if the source element contains a given key.
263- * {@inheritDoc}
264257 */
265258 @ Override
266259 public boolean containsKey (Object key ) {
@@ -283,7 +276,6 @@ private boolean containsKey(String key) {
283276
284277 /**
285278 * Throws {@link UnsupportedOperationException}.
286- * {@inheritDoc}
287279 */
288280 @ Override
289281 public Set <Entry <String , Object >> entrySet () {
@@ -292,7 +284,6 @@ public Set<Entry<String, Object>> entrySet() {
292284
293285 /**
294286 * Returns the text content of the element.
295- * {@inheritDoc}
296287 */
297288 @ Override
298289 public String toString () {
0 commit comments