diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties index 7eb282208..45ac58834 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties @@ -224,7 +224,7 @@ oracle-set-clob-failed: Invocation of methods to support storing large character alternate method is used to store the data; however, if the data is larger \ than 4000 bytes, data, an error might occur. jdbc4-setbinarystream-unsupported: The JRE or JDBC level in use does not support the \ - JDBC 4.0 version of the "java.sql.PreparedStatement.setBinaryStream" method which is \ - necessary when the property "openjpa.jdbc.DBDictionary=useJDBC4SetBinaryStream=true" is \ - set. A prior version of this method will be used. + JDBC 4.0 version of the java.sql.preparedStatement.setBinaryStream method. \ + This method is necessary when the openjpa.jdbc.DBDictionary=useJDBC4SetBinaryStream \ + property is set to the value, true. A prior version of this method is used.