branch feature/SqlFileReader updated (f3f3f1d -> cf9ee1f)
This is an automated email from the git hooks/post-receive script. New change to branch feature/SqlFileReader in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from f3f3f1d Inital import new cf9ee1f Correct the javadoc The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit cf9ee1f39b95c1ff55961d1485205ea8224ffd98 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Apr 5 11:24:54 2016 +0200 Correct the javadoc Summary of changes: src/main/java/org/nuiton/util/sql/SqlFileReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/SqlFileReader in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit cf9ee1f39b95c1ff55961d1485205ea8224ffd98 Author: Julien Ruchaud <julien.ruchaud@debux.org> Date: Tue Apr 5 11:24:54 2016 +0200 Correct the javadoc --- src/main/java/org/nuiton/util/sql/SqlFileReader.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/nuiton/util/sql/SqlFileReader.java b/src/main/java/org/nuiton/util/sql/SqlFileReader.java index 3ef664c..e0ec85f 100644 --- a/src/main/java/org/nuiton/util/sql/SqlFileReader.java +++ b/src/main/java/org/nuiton/util/sql/SqlFileReader.java @@ -15,8 +15,8 @@ import java.util.NoSuchElementException; * INSERT INTO client (prenom, age) VALUES ('Jack', 12); * * Then: - * SqlLine sqlLine = new SqlLine(stream); - * for (String sql : sqlLine) { + * SqlFileReader reader = new SqlFileReader(stream); + * for (String sql : reader) { * // process sql variable * } * -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm