Clean up warnings in test fixture
This commit is contained in:
		
							parent
							
								
									819d4256b7
								
							
						
					
					
						commit
						e85001f332
					
				| 
						 | 
					@ -20,10 +20,7 @@ import org.springframework.core.ResolvableType;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
public class PublicFactoryBean<T> {
 | 
					public class PublicFactoryBean<T> {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	private final Class<T> type;
 | 
						PublicFactoryBean(Class<T> type) {
 | 
				
			||||||
 | 
					 | 
				
			||||||
	public PublicFactoryBean(Class<T> type) {
 | 
					 | 
				
			||||||
		this.type = type;
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public static PublicFactoryBean<ProtectedType> protectedTypeFactoryBean() {
 | 
						public static PublicFactoryBean<ProtectedType> protectedTypeFactoryBean() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue