spotless:apply

Signed-off-by: Laurent ARNAL <laurent@clae.net>
Laurent ARNAL 2025-01-26 09:21:00 +01:00
parent d184f9abfc
commit 40d84d8f26
1 changed files with 0 additions and 1 deletions
bundles/org.openhab.binding.linky/src/main/java/org/openhab/binding/linky/internal/api

View File

@ -84,7 +84,6 @@ public class EnedisHttpApi {
cookie.setDomain(EnedisWebBridgeHandler.ENEDIS_DOMAIN);
cookie.setPath("/");
httpClient.getCookieStore().add(EnedisWebBridgeHandler.COOKIE_URI, cookie);
}
public void removeAllCookie() {