Polishing
This commit is contained in:
		
							parent
							
								
									240d6f52c9
								
							
						
					
					
						commit
						a6c45f0cd9
					
				| 
						 | 
				
			
			@ -110,7 +110,6 @@ public class MethodParameterTests {
 | 
			
		|||
		MethodParameter methodParameter = MethodParameter.forExecutable(constructor, 0);
 | 
			
		||||
		assertEquals(String.class, methodParameter.getParameterType());
 | 
			
		||||
		assertNotNull("Failed to find @Param annotation", methodParameter.getParameterAnnotation(Param.class));
 | 
			
		||||
		assertNotNull(methodParameter.getParameterAnnotation(Param.class));
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	@Test  // SPR-16652
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue