GeoJcrIndex working
[lgpl/argeo-commons.git] / gis / runtime / org.argeo.gis.geotools / src / main / java / org / argeo / geotools / GeoToolsUtils.java
index c154f4b97920d410874d32faa851c0487bf6df14..fb5ad5b76a816844b15f494f3d47228010ef4f5e 100644 (file)
@@ -57,7 +57,7 @@ public class GeoToolsUtils {
                                dataStore.createSchema(featureType);
                        } catch (IOException e1) {
                                throw new ArgeoException("Cannot create schema " + featureType,
-                                               e);
+                                               e1);
                        }
                }
        }