1.1 --- a/java/jdbc-dk-driver/src/info/globalcode/sql/dk/jdbc/Driver.java Sun May 17 13:51:40 2015 +0200
1.2 +++ b/java/jdbc-dk-driver/src/info/globalcode/sql/dk/jdbc/Driver.java Sun May 17 15:43:20 2015 +0200
1.3 @@ -52,8 +52,8 @@
1.4 *
1.5 * <p>
1.6 * TODO: current version is quite heavy-weight, because it includes whole SQL-DK source tree. Some
1.7 - * refactoring and separation is desired to provide more light-weight JDBC driver. Although the
1.8 - * public interface and behavior of this driver should remain same.
1.9 + * refactoring and separation is desired to provide more light-weight JDBC driver. However the
1.10 + * public interface and behavior of this driver should remain unchanged.
1.11 * </p>
1.12 *
1.13 * @author Ing. František Kučera (frantovo.cz)