Skip to content

Commit

Permalink
BVAL-407 Rename unwrap parameterized type
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Feb 18, 2013
1 parent 95e6034 commit 3bfcd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/javax/validation/ConstraintViolation.java
Expand Up @@ -141,5 +141,5 @@ public interface ConstraintViolation<T> {
*
* @since 1.1
*/
<T> T unwrap(Class<T> type);
<U> U unwrap(Class<U> type);
}

0 comments on commit 3bfcd47

Please sign in to comment.