mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Fix compliance with RFC 9110 section 10.1.5 (#14891)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
b2c415a9e6
commit
fafcc68423
@ -83,7 +83,7 @@ public class IndegoController {
|
||||
public IndegoController(HttpClient httpClient, OAuthClientService oAuthClientService) {
|
||||
this.httpClient = httpClient;
|
||||
this.oAuthClientService = oAuthClientService;
|
||||
userAgent = "openHAB " + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
|
||||
userAgent = "openHAB/" + FrameworkUtil.getBundle(this.getClass()).getVersion().toString();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user