Skip to content

Commit

Permalink
[#1040] remove supported code in declaire
Browse files Browse the repository at this point in the history
[#1040] remove supported code in declaire
  • Loading branch information
flomickl committed Feb 18, 2023
1 parent 06713c0 commit 86d16eb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
import org.apache.streampipes.sdk.helpers.Labels;
import org.apache.streampipes.sdk.helpers.Locales;
import org.apache.streampipes.sdk.helpers.OutputStrategies;
import org.apache.streampipes.sdk.helpers.SupportedFormats;
import org.apache.streampipes.sdk.helpers.SupportedProtocols;
import org.apache.streampipes.sdk.utils.Assets;
import org.apache.streampipes.wrapper.context.EventProcessorRuntimeContext;
import org.apache.streampipes.wrapper.routing.SpOutputCollector;
Expand Down Expand Up @@ -75,8 +73,6 @@ public DataProcessorDescription declareModel() {
.build())
.outputStrategy(OutputStrategies.keep())
.requiredIntegerParameter(Labels.withId(TARGET_EPSG_KEY), 32632)
.supportedFormats(SupportedFormats.jsonFormat())
.supportedProtocols(SupportedProtocols.kafka())
.build();
}

Expand Down

0 comments on commit 86d16eb

Please sign in to comment.