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 06e3fb4 commit 7853e8fCopy full SHA for 7853e8f
src/main/java/com/apiflows/model/SourceDescription.java
@@ -39,7 +39,7 @@ public boolean isOpenApi() {
39
return "openapi".equals(this.type);
40
}
41
42
- public boolean IsWorkflowsSpec() {
+ public boolean isWorkflowsSpec() {
43
return "workflowsSpec".equals(this.type);
44
45
0 commit comments