diff --git a/core/src/site/site.xml b/core/src/site/site.xml index 772a274cf..00e799b26 100644 --- a/core/src/site/site.xml +++ b/core/src/site/site.xml @@ -23,7 +23,6 @@
diff --git a/execution/src/site/site.xml b/execution/src/site/site.xml index f63e46050..c28fa9c4e 100644 --- a/execution/src/site/site.xml +++ b/execution/src/site/site.xml @@ -23,7 +23,6 @@ diff --git a/infrastructure/src/main/java/org/springframework/batch/io/driving/IbatisDrivingQueryInputSource.java b/infrastructure/src/main/java/org/springframework/batch/io/driving/IbatisDrivingQueryInputSource.java index 0af20f4b3..a284b7590 100644 --- a/infrastructure/src/main/java/org/springframework/batch/io/driving/IbatisDrivingQueryInputSource.java +++ b/infrastructure/src/main/java/org/springframework/batch/io/driving/IbatisDrivingQueryInputSource.java @@ -34,7 +34,7 @@ public class IbatisDrivingQueryInputSource extends DrivingQueryInputSource { private SqlMapClientTemplate sqlMapClientTemplate; /** - * Overriden read that uses the returned key as arguments to the details query. + * Overridden read() that uses the returned key as arguments to the details query. * * @see org.springframework.batch.io.driving.DrivingQueryInputSource#read() */ diff --git a/infrastructure/src/main/java/org/springframework/batch/io/file/support/ResourceLineReader.java b/infrastructure/src/main/java/org/springframework/batch/io/file/support/ResourceLineReader.java index 7cfddca7d..be369e6cd 100644 --- a/infrastructure/src/main/java/org/springframework/batch/io/file/support/ResourceLineReader.java +++ b/infrastructure/src/main/java/org/springframework/batch/io/file/support/ResourceLineReader.java @@ -291,6 +291,7 @@ class ResourceLineReader implements ResourceLifecycle, InputSource, try { reader = new BufferedReader(new InputStreamReader(resource .getInputStream(), encoding)); + mark(); } catch (IOException e) { throw new BatchEnvironmentException("Could not open resource", e); diff --git a/infrastructure/src/site/site.xml b/infrastructure/src/site/site.xml index 0d7558c3e..28f22faa1 100644 --- a/infrastructure/src/site/site.xml +++ b/infrastructure/src/site/site.xml @@ -28,11 +28,10 @@