This is an automated email from the ASF dual-hosted git repository.

jsorel pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new fc59837  Coverage : fix checkstyle error in LinearIterator
fc59837 is described below

commit fc5983765dd51c66dc256abc2ccea51fb30f82cb
Author: jsorel <[email protected]>
AuthorDate: Wed Mar 13 17:10:58 2019 +0100

    Coverage : fix checkstyle error in LinearIterator
---
 core/sis-raster/src/main/java/org/apache/sis/image/LinearIterator.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/sis-raster/src/main/java/org/apache/sis/image/LinearIterator.java 
b/core/sis-raster/src/main/java/org/apache/sis/image/LinearIterator.java
index 58e4c2c..e893f10 100644
--- a/core/sis-raster/src/main/java/org/apache/sis/image/LinearIterator.java
+++ b/core/sis-raster/src/main/java/org/apache/sis/image/LinearIterator.java
@@ -44,7 +44,7 @@ public class LinearIterator extends DefaultIterator {
     public SequenceType getIterationOrder() {
         return SequenceType.LINEAR;
     }
-    
+
     @Override
     public boolean next() {
 

Reply via email to