diff --git a/spring-jdbc/src/main/java/org/springframework/jdbc/object/package-info.java b/spring-jdbc/src/main/java/org/springframework/jdbc/object/package-info.java index b13c09b802f..727aa94964f 100644 --- a/spring-jdbc/src/main/java/org/springframework/jdbc/object/package-info.java +++ b/spring-jdbc/src/main/java/org/springframework/jdbc/object/package-info.java @@ -1,10 +1,10 @@ /** - * The classes in this package represent RDBMS queries, updates, - * and stored procedures as threadsafe, reusable objects. This approach - * is modelled by JDO, although of course objects returned by queries - * are "disconnected" from the database. + * The classes in this package represent RDBMS queries, updates, and stored + * procedures as threadsafe, reusable objects. This approach is modeled by JDO, + * although objects returned by queries are of course "disconnected" from the + * database. * - *

This higher level of JDBC abstraction depends on the lower-level + *

This higher-level JDBC abstraction depends on the lower-level * abstraction in the {@code org.springframework.jdbc.core} package. * Exceptions thrown are as in the {@code org.springframework.dao} package, * meaning that code using this package does not need to implement JDBC or