Skip to content

Commit b1d4b3a

Browse files
committed
Fix javadoc escaping
1 parent 14ae5b4 commit b1d4b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/at/allaboutapps/integresql/client/dto/DatabaseConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public DatabaseConfig() {
3131

3232
/**
3333
* Generates a standard PostgreSQL JDBC connection string.
34-
* Example: jdbc:postgresql://host:port/database?param1=value1&param2=value2
34+
* Example: jdbc:postgresql://host:port/database?param1=value1&param2=value2
3535
*
3636
* @return The JDBC connection string.
3737
*/

0 commit comments

Comments
 (0)