@@ -128,7 +128,7 @@ public CoapPhysicalAdapterConfigurationBuilder addCustomEventType(String resourc
128128 }
129129
130130 /**
131- * Adds a WLDT action type only to the specified resource supporting both POST & PUT requests.
131+ * Adds a WLDT action type only to the specified resource supporting both POST and PUT requests.
132132 * @param resourceName The resource to apply the type to.
133133 * @param actionType The WLDT action type.
134134 * @return The builder instance.
@@ -139,7 +139,7 @@ public CoapPhysicalAdapterConfigurationBuilder addCustomActionType(String resour
139139 }
140140
141141 /**
142- * Sets the default WLDT action type for CoAP resources supporting both POST & PUT requests.
142+ * Sets the default WLDT action type for CoAP resources supporting both POST and PUT requests.
143143 * @param actionType The WLDT action type
144144 * @return The builder instance.
145145 */
@@ -180,7 +180,7 @@ public CoapPhysicalAdapterConfigurationBuilder addCustomActionContentType(String
180180 }
181181
182182 /**
183- * Sets the default WLDT action content type for CoAP resources supporting both POST & PUT requests.
183+ * Sets the default WLDT action content type for CoAP resources supporting both POST and PUT requests.
184184 * @param actuatorActionContentType The WLDT action type
185185 * @return The builder instance.
186186 */
@@ -399,7 +399,7 @@ public CoapPhysicalAdapterConfigurationBuilder setCustomPropertyRequestFunction(
399399 }
400400
401401 /**
402- * Sets the function which sends CoAP POST & PUT request to the Physical Asset.
402+ * Sets the function which sends CoAP POST and PUT request to the Physical Asset.
403403 * @param customActionRequestFunction A function which receives a CoAP request as input and returns the CoAP response.
404404 * @return The builder instance.
405405 */
0 commit comments