You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/08/19 05:57:26 UTC

[incubator-streampipes] branch dev updated: [hotfix] removed duplicate entry

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 931a0ea  [hotfix] removed duplicate entry
931a0ea is described below

commit 931a0ea290847dc921718b73100e2009ab3d10db
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Wed Aug 19 07:57:02 2020 +0200

    [hotfix] removed duplicate entry
---
 .../java/org/apache/streampipes/backend/StreamPipesResourceConfig.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/streampipes-backend/src/main/java/org/apache/streampipes/backend/StreamPipesResourceConfig.java b/streampipes-backend/src/main/java/org/apache/streampipes/backend/StreamPipesResourceConfig.java
index 84d9012..9ed13f6 100644
--- a/streampipes-backend/src/main/java/org/apache/streampipes/backend/StreamPipesResourceConfig.java
+++ b/streampipes-backend/src/main/java/org/apache/streampipes/backend/StreamPipesResourceConfig.java
@@ -42,7 +42,6 @@ public class StreamPipesResourceConfig extends ResourceConfig {
 
   public StreamPipesResourceConfig() {
     register(Authentication.class);
-    register(Authentication.class);
     register(ApplicationLink.class);
     register(AssetDashboard.class);
     register(AutoComplete.class);