mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge pull request #798 from charithag/master
Fixed https://github.com/wso2/product-iots/issues/1329
This commit is contained in:
commit
7d34191250
@ -84,10 +84,10 @@ public class MQTTEventAdapterFactory extends InputEventAdapterFactory {
|
|||||||
|
|
||||||
//Broker Password
|
//Broker Password
|
||||||
Property password = new Property(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD);
|
Property password = new Property(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD);
|
||||||
userName.setDisplayName(
|
password.setDisplayName(
|
||||||
resourceBundle.getString(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD));
|
resourceBundle.getString(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD));
|
||||||
userName.setRequired(false);
|
password.setRequired(false);
|
||||||
userName.setHint(resourceBundle.getString(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD_HINT));
|
password.setHint(resourceBundle.getString(MQTTEventAdapterConstants.ADAPTER_CONF_PASSWORD_HINT));
|
||||||
propertyList.add(password);
|
propertyList.add(password);
|
||||||
|
|
||||||
//Broker Required Scopes.
|
//Broker Required Scopes.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user