Skip to content

Commit

Permalink
fix javadocs (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
davecramer committed Feb 15, 2022
1 parent f6d4703 commit 12c7fb4
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -1209,6 +1209,7 @@ public void setEscapeSyntaxCallMode(@Nullable String callMode) {

/**
* This property is no longer used by the driver and will be ignored.
* @return loggerLevel in properties
* @deprecated Configure via java.util.logging
*/
@Deprecated
Expand All @@ -1218,6 +1219,7 @@ public void setEscapeSyntaxCallMode(@Nullable String callMode) {

/**
* This property is no longer used by the driver and will be ignored.
* @param loggerLevel loggerLevel to set, will be ignored
* @deprecated Configure via java.util.logging
*/
@Deprecated
Expand All @@ -1227,6 +1229,7 @@ public void setLoggerLevel(@Nullable String loggerLevel) {

/**
* This property is no longer used by the driver and will be ignored.
* @return loggerFile in properties
* @deprecated Configure via java.util.logging
*/
@Deprecated
Expand All @@ -1237,6 +1240,7 @@ public void setLoggerLevel(@Nullable String loggerLevel) {

/**
* This property is no longer used by the driver and will be ignored.
* @param loggerFile will be ignored
* @deprecated Configure via java.util.logging
*/
@Deprecated
Expand Down

0 comments on commit 12c7fb4

Please sign in to comment.