Skip to content

Commit 64cf8fd

Browse files
committed
Revert "does not work with service loader"
1 parent 3f2061d commit 64cf8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* @author Martin Hauner
3636
*/
37-
public interface OpenApiProcessor {
37+
public interface OpenApiProcessor extends com.github.hauner.openapi.api.OpenApiProcessor {
3838

3939
/**
4040
* The identifying name of the openapi-processor. *Should* be globally unique so a consumer of

0 commit comments

Comments
 (0)