Improve javadoc for all addons (#15667)

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2023-09-30 21:49:12 +02:00
committed by GitHub
parent 0039e391cd
commit cbf4411034
618 changed files with 1106 additions and 1110 deletions

View File

@@ -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;

View File

@@ -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();

View File

@@ -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;