Revision: 4942
          http://sourceforge.net/p/jump-pilot/code/4942
Author:   edso
Date:     2016-07-01 15:28:42 +0000 (Fri, 01 Jul 2016)
Log Message:
-----------
fix tabs

Modified Paths:
--------------
    
core/trunk/src/com/vividsolutions/jump/io/datasource/ReaderWriterFileDataSource.java

Modified: 
core/trunk/src/com/vividsolutions/jump/io/datasource/ReaderWriterFileDataSource.java
===================================================================
--- 
core/trunk/src/com/vividsolutions/jump/io/datasource/ReaderWriterFileDataSource.java
        2016-06-26 12:28:56 UTC (rev 4941)
+++ 
core/trunk/src/com/vividsolutions/jump/io/datasource/ReaderWriterFileDataSource.java
        2016-07-01 15:28:42 UTC (rev 4942)
@@ -63,7 +63,7 @@
                 try {
                     FeatureCollection fc = 
reader.read(getReaderDriverProperties());
                     exceptions.addAll(reader.getExceptions());
-                                       return fc;
+                    return fc;
                 } catch (Exception e) {
                     exceptions.add(e);
                     return null;


------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to