Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jakki-amd committed Nov 27, 2024
1 parent f0b1dfb commit d330494
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
import org.slf4j.LoggerFactory;

public final class ConfigManager {
// Variables that can be configured through config.properties and Environment
// Variables
// NOTE: Variables which can be configured through environment variables
// **SHOULD** have a
// Variables that can be configured through config.properties and Environment Variables
// NOTE: Variables which can be configured through environment variables **SHOULD** have a
// "TS_" prefix

private static final String TS_DEBUG = "debug";
Expand Down

0 comments on commit d330494

Please sign in to comment.