You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/02/06 09:02:23 UTC

[incubator-streampipes-extensions] branch dev updated: Removed old comment

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

zehnder 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 1c9be70  Removed old comment
1c9be70 is described below

commit 1c9be704b40b65d79c7e6f85959f642c9aed1c67
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Feb 6 10:02:09 2020 +0100

    Removed old comment
---
 .../streampipes/connect/utils/MqttConnectUtils.java       | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/streampipes-connect-adapters/streampipes-connect-adapter/src/main/java/org/apache/streampipes/connect/utils/MqttConnectUtils.java b/streampipes-connect-adapters/streampipes-connect-adapter/src/main/java/org/apache/streampipes/connect/utils/MqttConnectUtils.java
index 329c167..2ab2478 100644
--- a/streampipes-connect-adapters/streampipes-connect-adapter/src/main/java/org/apache/streampipes/connect/utils/MqttConnectUtils.java
+++ b/streampipes-connect-adapters/streampipes-connect-adapter/src/main/java/org/apache/streampipes/connect/utils/MqttConnectUtils.java
@@ -64,21 +64,6 @@ public class MqttConnectUtils {
 
     }
 
-
-//    public static StaticPropertyAlternative[] getAlternatives() {
-//        StaticPropertyAlternative[] result = {
-//                Alternatives.from(Labels.from(ANONYMOUS_ACCESS, "Unauthenticated", "")),
-//                Alternatives.from(Labels.from(USERNAME_ACCESS, "Username/Password", ""),
-//                        StaticProperties.group(Labels.from("username-group", "User Group", ""),
-//                                StaticProperties.stringFreeTextProperty(Labels.from(USERNAME,
-//                                        "Username", "")),
-//                                StaticProperties.secretValue(Labels.from(PASSWORD,
-//                                        "Password", ""))))
-//        };
-//        return result;
-//
-//    }
-
     public static MqttConfig getMqttConfig(StaticPropertyExtractor extractor) {
         return getMqttConfig(extractor, null);
     }