List:Commits« Previous MessageNext Message »
From:mmatthews Date:August 31 2007 3:17am
Subject:Connector/J commit: r6542 - trunk/connector-j/src/com/mysql/jdbc
View as plain text  
Modified:
   trunk/connector-j/src/com/mysql/jdbc/ConnectionImpl.java
Log:
Post-merge fixups.

Modified: trunk/connector-j/src/com/mysql/jdbc/ConnectionImpl.java
===================================================================
--- trunk/connector-j/src/com/mysql/jdbc/ConnectionImpl.java	2007-08-31 01:15:59 UTC (rev
6541)
+++ trunk/connector-j/src/com/mysql/jdbc/ConnectionImpl.java	2007-08-31 01:17:04 UTC (rev
6542)
@@ -72,9 +72,9 @@
  */
 public class ConnectionImpl extends ConnectionPropertiesImpl implements
 		Connection {
-        private static final String JDBC_LOCAL_CHARACTER_SET_RESULTS =
"jdbc.local.character_set_results";
+	private static final String JDBC_LOCAL_CHARACTER_SET_RESULTS =
"jdbc.local.character_set_results";
 	
-        /**
+	/**
 	 * Used as a key for caching callable statements which (may) depend on
 	 * current catalog...In 5.0.x, they don't (currently), but stored procedure
 	 * names soon will, so current catalog is a (hidden) component of the name.

Thread
Connector/J commit: r6542 - trunk/connector-j/src/com/mysql/jdbcmmatthews31 Aug