Spring Cleaning in December
- Delete unused imports - Delete unused code - Clean up warnings
This commit is contained in:
@@ -68,7 +68,7 @@ import static org.mockito.BDDMockito.*;
|
||||
* @deprecated as of Spring 4.3, in favor of Hibernate 4.x/5.x
|
||||
*/
|
||||
@Deprecated
|
||||
@SuppressWarnings({"rawtypes", "unchecked", "deprecation"})
|
||||
@SuppressWarnings({"rawtypes", "unchecked"})
|
||||
public class HibernateTransactionManagerTests {
|
||||
|
||||
@After
|
||||
|
||||
Reference in New Issue
Block a user