Skip to content

Commit be8f4d8

Browse files
committed
12.8.11 Release
1 parent d6f0f28 commit be8f4d8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

netlib/OpenEdge/Net/ServerConnection/TlsClientAuthenticationError.cls

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/************************************************
2-
Copyright (c) 2021, 2023, 2024 by Progress Software Corporation. All rights reserved.
2+
Copyright (c) 2021, 2023, 2024-2025 by Progress Software Corporation. All rights reserved.
33
*************************************************/
44
/*------------------------------------------------------------------------
55
File : TlsClientAuthenticationError
@@ -128,7 +128,6 @@ serializable:
128128
@param PLError The error raised. SysError 9318 is parsed for the error code */
129129
constructor public TlsClientAuthenticationError (input pURI as URI,
130130
input pInnerError as Progress.Lang.Error):
131-
var character cFlag.
132131
var integer ix.
133132

134133
super(pInnerError).

0 commit comments

Comments
 (0)