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:
Sebastian Bazley 2011-11-16 13:44:05 +00:00
parent 7b7965bf46
commit d534206f65
1 changed files with 1 additions and 1 deletions

View File

@ -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