Skip to content

Commit 12c7fb4

Browse files
authored
fix javadocs (#2454)
1 parent f6d4703 commit 12c7fb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pgjdbc/src/main/java/org/postgresql/ds/common/BaseDataSource.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,6 +1209,7 @@ public void setEscapeSyntaxCallMode(@Nullable String callMode) {
12091209

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

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

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

12381241
/**
12391242
* This property is no longer used by the driver and will be ignored.
1243+
* @param loggerFile will be ignored
12401244
* @deprecated Configure via java.util.logging
12411245
*/
12421246
@Deprecated

0 commit comments

Comments
 (0)