Typos a/an (#13846)
This commit is contained in:
@@ -39,7 +39,7 @@ import com.google.gson.Gson;
|
||||
|
||||
/**
|
||||
* The implementation of the client-side Webthing representation. This is based on HTTP. Bindings to alternative
|
||||
* application protocols such as CoAP may be defined in the future (which may be implemented by a another class)
|
||||
* application protocols such as CoAP may be defined in the future (which may be implemented by another class)
|
||||
*
|
||||
* @author Gregor Roth - Initial contribution
|
||||
*/
|
||||
|
||||
@@ -229,7 +229,7 @@ public class WebthingDiscoveryService extends AbstractDiscoveryService implement
|
||||
// endpoints supporting multiple WebThings.
|
||||
//
|
||||
// In the routine below the enpoint will be checked for single WebThings first, than for multiple
|
||||
// WebThings if a ingle WebTHing has not been found.
|
||||
// WebThings if a single WebThing has not been found.
|
||||
// Furthermore, first it will be tried to connect the endpoint using https. If this fails, as fallback
|
||||
// plain http is used.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user