File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
pgjdbc/src/main/java/org/postgresql/ds/common Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments