Skip to content

Commit

Permalink
Adjusted copyright year, removed invalid Javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Apr 20, 2021
1 parent 933b31a commit e1fbb92
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Common details to be pushed into an abstract superclass as soon as the
* implementation is usable.
*
* @author Copyright &copy; <a href="mailto:vt@homeclimatecontrol.com">Vadim Tkachenko</a> 2001-2020
* @author Copyright &copy; <a href="mailto:vt@homeclimatecontrol.com">Vadim Tkachenko</a> 2001-2021
*/
public class ESPHomeDeviceFactory implements DeviceFactory2020, AutoCloseable, JmxAware {

Expand All @@ -60,7 +60,6 @@ public class ESPHomeDeviceFactory implements DeviceFactory2020, AutoCloseable, J
* @param mqttBrokerHost Host to connect to.
* @param mqttRootTopicPub Root topic to publish to.
* @param mqttRootTopicSub Root topic to subscribe to.
* @param initSet Entities to publish the status of.
*/
public ESPHomeDeviceFactory(
String mqttBrokerHost,
Expand All @@ -76,7 +75,6 @@ public ESPHomeDeviceFactory(
* @param mqttBrokerPort Port to connect to.
* @param mqttRootTopicPub Root topic to publish to.
* @param mqttRootTopicSub Root topic to subscribe to.
* @param initSet Entities to publish the status of.
*/
public ESPHomeDeviceFactory(
String mqttBrokerHost, int mqttBrokerPort,
Expand All @@ -89,12 +87,10 @@ public ESPHomeDeviceFactory(
* Authenticated constructor with a default port.
*
* @param mqttBrokerHost Host to connect to.
* @param port Port to connect to.
* @param mqttBrokerUsername MQTT broker username.
* @param mqttBrokerPassword MQTT broker password.
* @param mqttRootTopicPub Root topic to publish to.
* @param mqttRootTopicSub Root topic to subscribe to.
* @param initSet Entities to publish the status of.
*/
public ESPHomeDeviceFactory(
String mqttBrokerHost,
Expand All @@ -113,7 +109,6 @@ public ESPHomeDeviceFactory(
* @param mqttBrokerPassword MQTT broker password.
* @param mqttRootTopicPub Root topic to publish to.
* @param mqttRootTopicSub Root topic to subscribe to.
* @param initSet Entities to publish the status of.
*/
public ESPHomeDeviceFactory(
String mqttBrokerHost, int mqttBrokerPort,
Expand Down

0 comments on commit e1fbb92

Please sign in to comment.