Skip to content

Commit

Permalink
javadoc changed for SimpleLogger constructor
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Jan 8, 2024
1 parent fe42ecb commit ef8dda7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -221,7 +221,7 @@ static void init() {
public static final String DEFAULT_LOG_LEVEL_KEY = SimpleLogger.SYSTEM_PREFIX + "defaultLogLevel";

/**
* Package access allows only {@link SimpleLoggerFactory} to instantiate
* Protected access allows only {@link SimpleLoggerFactory} and also derived classes to instantiate
* SimpleLogger instances.
*/
protected SimpleLogger(String name) {
Expand Down

0 comments on commit ef8dda7

Please sign in to comment.