Remove space before colon (#18023)

Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
Jacob Laursen 2025-01-02 21:38:39 +01:00 committed by GitHub
parent 22c7ca99ad
commit 6af04fc31f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 27 additions and 27 deletions

View File

@ -59,7 +59,7 @@ class NAPushTypeDeserializer implements JsonDeserializer<NAPushType> {
}
/**
* @param apiName : Netatmo Object name (NSD, NACamera...)
* @param apiName Netatmo Object name (NSD, NACamera...)
* @return moduletype value if found, or else Unknown
*/
public static ModuleType fromNetatmoObject(String apiName) {
@ -68,7 +68,7 @@ class NAPushTypeDeserializer implements JsonDeserializer<NAPushType> {
}
/**
* @param apiName : Netatmo Event name (hush, off, on ...)
* @param apiName Netatmo Event name (hush, off, on ...)
* @return eventType value if found, or else Unknown
*/
public static EventType fromEvent(String apiName) {