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/05/12 18:45:34 UTC

[incubator-streampipes-extensions] branch feature/latLngGeo updated: fix merge

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


The following commit(s) were added to refs/heads/feature/latLngGeo by this push:
     new 5b74afd  fix merge
5b74afd is described below

commit 5b74afd7912bde7530f31c77cfa7cec7cccd9456
Author: micklich <fl...@disy.net>
AuthorDate: Tue May 12 20:45:15 2020 +0200

    fix merge
---
 .../geo/jvm/jts/processor/latLngToGeo/LatLngToGeoController.java  | 8 --------
 1 file changed, 8 deletions(-)

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 1df6aba..3346632 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
@@ -76,14 +76,6 @@ public class LatLngToGeoController extends StandaloneEventProcessingDeclarer<Lat
         .build();
   }
 
-        .supportedFormats(SupportedFormats.jsonFormat())
-        .supportedProtocols(SupportedProtocols.kafka())
-        .build();
-  }
-
-  @Override
-  public ConfiguredEventProcessor<LatLngToGeoParameter> onInvocation(DataProcessorInvocation graph, ProcessingElementParameterExtractor extractor) {
-
   @Override
   public ConfiguredEventProcessor<LatLngToGeoParameter> onInvocation(DataProcessorInvocation graph, ProcessingElementParameterExtractor extractor) {