-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
-
b06
The indentation in the Connection.java class is incorrect in the isValid and setClientInfo methods. In particular, the isValid method (see this line: https://github.com/openjdk/jdk/blob/master/src/java.sql/share/classes/java/sql/Connection.java#L1102) shows misaligned code blocks that reduce readability. Correcting the indentation would improve clarity and maintain consistency with Java coding standards.
- links to
-
Commit(master)
openjdk/jdk/0f7808f3
-
Review(master)
openjdk/jdk/25925