We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bd4bb commit 1df181cCopy full SHA for 1df181c
restdocs-api-spec/src/main/kotlin/com/epages/restdocs/apispec/ResourceSnippetParameters.kt
@@ -115,8 +115,8 @@ class HeaderDescriptorWithType(val name: String) : AbstractDescriptor<HeaderDesc
115
}
116
117
/**
118
- * We are extending AbstractDescriptor instead of HeaderDescriptor because otherwise methods like description() and ignored()
119
- * would return HeaderDescriptor instead of HeaderDescriptorWithType
+ * We are transitively extending AbstractDescriptor instead of ParameterDescriptor because otherwise methods like
+ * description() and ignored() would return ParameterDescriptor instead of ParameterDescriptorWithType.
120
*/
121
class ParameterDescriptorWithType(val name: String) : IgnorableDescriptor<ParameterDescriptorWithType>() {
122
0 commit comments