Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit373b853

Browse files
committed
Missign a comma...
From: AA van Raalte <alvin@camberlo.demon.co.uk>
1 parentb76e437 commit373b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/jdbc/postgresql/Connection.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public Connection(String host, int port, Properties info, String database, Strin
145145
if(info.getProperty("user")==null)
146146
thrownewSQLException("The user property is missing. It is mandatory.");
147147
if(info.getProperty("password")==null)
148-
thrownewSQLException("The password property is missing. It is mandatory.")
148+
thrownewSQLException("The password property is missing. It is mandatory.");
149149

150150
this_driver =d;
151151
this_url =newString(url);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp