This is an automated email from the ASF dual-hosted git repository.
hutcheb pushed a commit to branch fix/PLC4X-303
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/fix/PLC4X-303 by this push:
new 652638a Fixed up method comments
652638a is described below
commit 652638a96281d95c4c90d19daf5b6a880a4e2487
Author: hutcheb <[email protected]>
AuthorDate: Wed Nov 10 04:54:45 2021 +1000
Fixed up method comments
---
.../main/java/org/apache/plc4x/java/opcua/context/SecureChannel.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/context/SecureChannel.java
b/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/context/SecureChannel.java
index bb35c90..853f505 100644
---
a/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/context/SecureChannel.java
+++
b/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/context/SecureChannel.java
@@ -1229,8 +1229,9 @@ public class SecureChannel {
}
/**
- *
- * @param policies
+ * Confirms that a policy that matches the connection string is available
from
+ * the returned endpoints. It sets the policyId and tokenType for the
policy to use.
+ * @param policies - A list of policies returned with the endpoint
description.
*/
private void hasIdentity(UserTokenPolicy[] policies) {
for (UserTokenPolicy identityToken : policies) {