Displaying differences for changeset
 
display as  

src/java/m/example/gis_geotools/V1_0.java

@@ -28,7 +28,6 @@
 /**
  *  Basic usage of the GeoTools Geometry and Feature objects.
  *  NOTE:  This example also delves into:
- *         -- Extended use of the process() return value features....Will soon be deprecated though, so this may not be useful.
  *         -- SQL statements for MsSQL -vs- PostGIS
  *         -- Demonstration, in the JSON example input files, of the _proper_ usage of "Geometry", "Feature" and "FeatureCollection" types.
  *              Notice in the basic_geometry JSON file there is no keyword "Geometry"...This is correct usage.  "Geometry" is only specified in

src/java/m/example/gis_objects/V1_0.java

@@ -63,7 +63,7 @@
             
             
         } catch (SQLException | JSONException | IOException ex) {
-            Logger.getLogger(V1_0.class.getName()).log(Level.SEVERE, null, ex);
+            LOG.log(Level.SEVERE, null, ex);
             throw new csip.ServiceException("Cannot process request: ", ex);
         }
     }