DATACMNS-869 - Fix Javadoc for parametric types of Pair.
Original pull request: #164.
This commit is contained in:
committed by
Oliver Gierke
parent
1d880f2e08
commit
ce2e788374
@@ -26,8 +26,8 @@ import lombok.ToString;
|
||||
*
|
||||
* @author Tobias Trelle
|
||||
* @author Oliver Gierke
|
||||
* @param <T> Type of the first thing.
|
||||
* @param <S> Type of the second thing.
|
||||
* @param <S> Type of the first thing.
|
||||
* @param <T> Type of the second thing.
|
||||
* @since 1.12
|
||||
*/
|
||||
@ToString
|
||||
|
||||
Reference in New Issue
Block a user