Avoid Gradle compiler warnings

This commit is contained in:
Sam Brannen
2014-09-21 21:23:44 +02:00
parent 1947de3334
commit f27c7df004
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2012 the original author or authors.
* Copyright 2002-2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -31,6 +31,7 @@ import org.springframework.jdbc.core.test.Person;
/**
* @author Thomas Risberg
*/
@SuppressWarnings("deprecation")
public class ParameterizedBeanPropertyRowMapperTests extends AbstractRowMapperTests {
@Rule