You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by mi...@apache.org on 2020/04/29 14:18:19 UTC

[incubator-streampipes-extensions] 02/02: format fix

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

micklich pushed a commit to branch feature/latLngGeo
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit cd1fc3d9ed2950c1a1e179a67078cd7e893cdce5
Author: micklich <fl...@disy.net>
AuthorDate: Tue Apr 28 18:58:58 2020 +0200

    format fix
---
 .../geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java b/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java
index 0c61df1..78b5791 100755
--- a/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java
+++ b/streampipes-processors-geo-jvm/src/main/java/org/apache/streampipes/processors/geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java
@@ -79,7 +79,7 @@ public class LatLngToGeoController extends  StandaloneEventProcessingDeclarer<La
                                 "point_wkt",
                                 "wkt",
                                 "wkt point from long lat values"),
-                    WKT,
+                        WKT,
                         SO.Text))
                 )