Mark public classes as final in sdk-extensions/autoconfigure (#2860)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
		
							parent
							
								
									d439a43fb4
								
							
						
					
					
						commit
						cdebf865ce
					
				| 
						 | 
				
			
			@ -24,7 +24,7 @@ import javax.annotation.Nullable;
 | 
			
		|||
 * for both of these will be normalized to be all lower case, and underscores will be replaced with
 | 
			
		||||
 * periods.
 | 
			
		||||
 */
 | 
			
		||||
public class ConfigProperties {
 | 
			
		||||
public final class ConfigProperties {
 | 
			
		||||
 | 
			
		||||
  private final Map<String, String> config;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue