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:44:46 UTC

[incubator-streampipes-extensions] branch dev updated: fix merge

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new a2a8c0c  fix merge
a2a8c0c is described below

commit a2a8c0c3436dd7e139a46776b04575e9feb11ff7
Author: micklich <fl...@disy.net>
AuthorDate: Tue May 12 20:44:24 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) {