Skip to content

Commit fde72d3

Browse files
committed
correct docs
1 parent 3ca217d commit fde72d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/openapiprocessor/api/v1/OpenApiProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* To make an openapi-processor available to a consumer (for example the openapi-processor-gradle
2323
* plugin) it must implement this interface and have a
24-
* {@code META-INF/services/io.openapiprocessor.api.OpenApiProcessor} property file in the
24+
* {@code META-INF/services/io.openapiprocessor.api.v1.OpenApiProcessor} property file in the
2525
* resources with the class name of the implementing class.
2626
*
2727
* <p>

0 commit comments

Comments
 (0)