Skip to content

Commit 2d21125

Browse files
committed
Explicitly indicate class is final
1 parent 02d2cb9 commit 2d21125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mambaSharedFramework/Pantos-Generic HLS Playlist Parsing/Pantos-Generic Tag Validators/EXT_X_SESSION_DATAPlaylistValidator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import Foundation
2121

22-
class EXT_X_SESSION_DATAPlaylistValidator: HLSPlaylistValidator {
22+
final class EXT_X_SESSION_DATAPlaylistValidator: HLSPlaylistValidator {
2323
static func validate(hlsPlaylist: any HLSPlaylistInterface) -> [HLSValidationIssue]? {
2424
var issues = [HLSValidationIssue]()
2525

0 commit comments

Comments
 (0)