LANG-773 ImmutablePair doc contains nonsense text
Clarify comment git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1202706 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7b7965bf46
commit
d534206f65
|
@ -24,7 +24,7 @@ package org.apache.commons.lang3.tuple;
|
|||
* itself effectively becomes mutable. The class is also not {@code final}, so a subclass
|
||||
* could add undesirable behaviour.</p>
|
||||
*
|
||||
* <p>#ThreadSafe# if the objects are threadsafe</p>
|
||||
* <p>#ThreadSafe# if both paired objects are threadsafe</p>
|
||||
*
|
||||
* @param <L> the left element type
|
||||
* @param <R> the right element type
|
||||
|
|
Loading…
Reference in New Issue