Polish message for matching beans produced by OnBeanCondition
This commit is contained in:
		
							parent
							
								
									51b56782a3
								
							
						
					
					
						commit
						b3c5a050ad
					
				| 
						 | 
					@ -171,9 +171,9 @@ class OnBeanCondition extends SpringBootCondition implements ConfigurationCondit
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				reason.append("found beans ");
 | 
									reason.append("found beans ");
 | 
				
			||||||
				reason.append(description);
 | 
									reason.append(description);
 | 
				
			||||||
				reason.append("'");
 | 
									reason.append(" '");
 | 
				
			||||||
				reason.append(match.getKey());
 | 
									reason.append(match.getKey());
 | 
				
			||||||
				reason.append("'");
 | 
									reason.append("' ");
 | 
				
			||||||
				reason.append(
 | 
									reason.append(
 | 
				
			||||||
						StringUtils.collectionToDelimitedString(match.getValue(), ", "));
 | 
											StringUtils.collectionToDelimitedString(match.getValue(), ", "));
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue