Skip to content

Commit

Permalink
remove outdated code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Jul 21, 2024
1 parent ded104d commit 198d90d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Sources/OpenAPIKit/Content/ContentEncoding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ extension OpenAPI.Content {
public let explode: Bool
public let allowReserved: Bool

/// The singular `contentType` argument is only provided for backwards compatibility and
/// using the plural `contentTypes` argument should be preferred.
public init(
contentTypes: [OpenAPI.ContentType] = [],
headers: OpenAPI.Header.Map? = nil,
Expand All @@ -35,8 +33,6 @@ extension OpenAPI.Content {
self.allowReserved = allowReserved
}

/// The singular `contentType` argument is only provided for backwards compatibility and
/// using the plural `contentTypes` argument should be preferred.
public init(
contentTypes: [OpenAPI.ContentType] = [],
headers: OpenAPI.Header.Map? = nil,
Expand Down

0 comments on commit 198d90d

Please sign in to comment.