提交 7a0f8202 编写于 作者: S Sam Brannen

Corrected typos

上级 bc85b54a
......@@ -162,7 +162,7 @@ public class ResourceDatabasePopulator implements DatabasePopulator {
/**
* Does the provided SQL script contain the specified delimiter?
* @param script the SQL script
* @param delim charecter delimiting each statement - typically a ';' character
* @param delim character delimiting each statement - typically a ';' character
*/
private static boolean containsSqlScriptDelimiters(String script, char delim) {
boolean inLiteral = false;
......@@ -182,7 +182,7 @@ public class ResourceDatabasePopulator implements DatabasePopulator {
* Split an SQL script into separate statements delimited with the provided delimiter character. Each individual
* statement will be added to the provided <code>List</code>.
* @param script the SQL script
* @param delim charecter delimiting each statement - typically a ';' character
* @param delim character delimiting each statement - typically a ';' character
* @param statements the List that will contain the individual statements
*/
private static void splitSqlScript(String script, char delim, List<String> statements) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册