Skip to content

Commit 97a4237

Browse files
authored
Merge pull request #87 from janaganh/missoveride
Fixed Missing Override - BugBash
2 parents 786ee44 + 71197b8 commit 97a4237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/main/java/io/serverlessworkflow/api/schemaclient/ResourceSchemaClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public ResourceSchemaClient(SchemaClient fallbackClient) {
3131
"fallbackClient cannot be null");
3232
}
3333

34+
@Override
3435
public InputStream get(String path) {
3536
path = path.substring("https://wg-serverless.org/".length());
3637
return this.getClass().getResourceAsStream(baseResourcePath + path);

0 commit comments

Comments
 (0)