Mark public classes as final in sdk-extensions/autoconfigure (#2860)

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
This commit is contained in:
Bogdan Drutu 2021-02-17 13:10:34 -08:00 committed by GitHub
parent d439a43fb4
commit cdebf865ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;