aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/common/Duplicatable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/java/org/apache/poi/common/Duplicatable.java')
-rw-r--r--src/java/org/apache/poi/common/Duplicatable.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/org/apache/poi/common/Duplicatable.java b/src/java/org/apache/poi/common/Duplicatable.java
index 0c2cb14860..d9a9eebca0 100644
--- a/src/java/org/apache/poi/common/Duplicatable.java
+++ b/src/java/org/apache/poi/common/Duplicatable.java
@@ -24,8 +24,6 @@ package org.apache.poi.common;
* References to child objects are duplicated - references to parents are kept as-is and
* might need to be replaced by the parent copy operation.
*
- * @param <T> the implementing class itself
- *
* @see <a href="https://www.artima.com/intv/bloch.html#part13">Copy Constructor versus Cloning</a>
*/
public interface Duplicatable {