Skip to content

Commit 390b3d2

Browse files
authored
Update reference to the Cloud SQL Auth Proxy (GoogleCloudPlatform#6186)
1 parent 4e942a7 commit 390b3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud-sql/postgres/servlet/src/main/java/com/example/cloudsql/ConnectionPoolContextListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class ConnectionPoolContextListener implements ServletContextListener {
4848
private DataSource createConnectionPool() {
4949
// [START cloud_sql_postgres_servlet_create]
5050
// Note: For Java users, the Cloud SQL JDBC Socket Factory can provide authenticated connections
51-
// which is preferred to using the Cloud SQL Proxy with Unix sockets.
51+
// which is preferred to using the Cloud SQL Auth Proxy with Unix sockets.
5252
// See https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory for details.
5353

5454
// The configuration object specifies behaviors for the connection pool.

0 commit comments

Comments
 (0)