From 198d90d057f62c54834a1ad123d8c8d34c1fc6a1 Mon Sep 17 00:00:00 2001 From: Mathew Polzin Date: Sun, 21 Jul 2024 18:18:21 -0500 Subject: [PATCH] remove outdated code comments --- Sources/OpenAPIKit/Content/ContentEncoding.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/OpenAPIKit/Content/ContentEncoding.swift b/Sources/OpenAPIKit/Content/ContentEncoding.swift index 30c40f874..65d55b754 100644 --- a/Sources/OpenAPIKit/Content/ContentEncoding.swift +++ b/Sources/OpenAPIKit/Content/ContentEncoding.swift @@ -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, @@ -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,