Skip to content

Commit 7853e8f

Browse files
committed
Make is camelCase
1 parent 06e3fb4 commit 7853e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/apiflows/model/SourceDescription.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public boolean isOpenApi() {
3939
return "openapi".equals(this.type);
4040
}
4141

42-
public boolean IsWorkflowsSpec() {
42+
public boolean isWorkflowsSpec() {
4343
return "workflowsSpec".equals(this.type);
4444
}
4545

0 commit comments

Comments
 (0)