Improve javadoc for all addons (#15667)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
@@ -39,7 +39,7 @@ public class PLCAnalogConfiguration extends PLCDigitalConfiguration {
|
||||
/**
|
||||
* Set Siemens LOGO! blocks update threshold.
|
||||
*
|
||||
* @param force Force update of Siemens LOGO! blocks
|
||||
* @param threshold
|
||||
*/
|
||||
public void setThreshold(final Integer threshold) {
|
||||
this.threshold = threshold;
|
||||
|
||||
@@ -58,7 +58,7 @@ public class PLCDateTimeConfiguration extends PLCCommonConfiguration {
|
||||
/**
|
||||
* Set Siemens LOGO! block name.
|
||||
*
|
||||
* @param name Siemens LOGO! output block name
|
||||
* @param type Siemens LOGO! output block type
|
||||
*/
|
||||
public void setBlockType(final String type) {
|
||||
this.type = type.trim();
|
||||
|
||||
@@ -58,7 +58,7 @@ public class PLCMemoryConfiguration extends PLCCommonConfiguration {
|
||||
/**
|
||||
* Set Siemens LOGO! blocks update threshold.
|
||||
*
|
||||
* @param force Force update of Siemens LOGO! blocks
|
||||
* @param threshold
|
||||
*/
|
||||
public void setThreshold(final Integer threshold) {
|
||||
this.threshold = threshold;
|
||||
|
||||
Reference in New Issue
Block a user