We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2b250 commit dfd5862Copy full SHA for dfd5862
1 file changed
src/main/kotlin/io/openapiprocessor/intellij/MappingAnnotationLineMarker.kt
@@ -25,7 +25,7 @@ import org.slf4j.LoggerFactory
25
* line marker to navigate from mapping annotation (from interface) to the path in the OpenAPI document.
26
*/
27
class MappingAnnotationLineMarker: RelatedItemLineMarkerProvider() {
28
- val log: Logger = LoggerFactory.getLogger(javaClass.name)
+ private val log: Logger = LoggerFactory.getLogger(javaClass.name)
29
30
class GotoOpenApi(element: PsiElement): GotoRelatedItem(element, Goto.I18n.GROUP) {
31
0 commit comments