mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 06:29:10 +00:00
Clean up warnings
This commit is contained in:
+1
@@ -18,6 +18,7 @@ package org.springframework.orm.jpa.hibernate.beans;
|
||||
|
||||
public class NoDefinitionInSpringContextTestBean extends TestBean {
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
private NoDefinitionInSpringContextTestBean() {
|
||||
throw new AssertionError("Unexpected call to the default constructor. " +
|
||||
"Is Spring trying to instantiate this class by itself, even though it should delegate to the fallback producer?"
|
||||
|
||||
Reference in New Issue
Block a user