Update NamingConvention.java (#2913)

Improved wording.
This commit is contained in:
Nikita Salnikov-Tarnovski 2021-05-05 19:42:04 +03:00 committed by GitHub
parent 2ded2e478f
commit 9e9fe118fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ package io.opentelemetry.instrumentation.api.config;
import java.util.Locale;
// config property names are normalized to underscore separated lowercase words
// config property names are normalized to dot separated lowercase words
enum NamingConvention {
DOT {
@Override