Skip to content

Commit ed83da7

Browse files
author
Sergey Minakov
committed
change 'open' to 'internal'
1 parent 5ac8e46 commit ed83da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSTextCheckingResult.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ internal class _NSRegularExpressionNSTextCheckingResultResult : NSTextCheckingRe
7070
NSUnimplemented()
7171
}
7272

73-
open override func encode(with aCoder: NSCoder) {
73+
internal override func encode(with aCoder: NSCoder) {
7474
NSUnimplemented()
7575
}
7676

0 commit comments

Comments
 (0)