docs: remove javadoc of private fields

This commit is contained in:
2025-08-02 21:14:57 +08:00
parent 93589495c3
commit 9c79efd520
@@ -35,14 +35,7 @@ import java.util.Objects;
*/
public final class Tuple<L, R> {
/**
* The left element of the tuple.
*/
private L left;
/**
* The right element of the tuple.
*/
private R right;
/**