Skip to content

Commit

Permalink
HSEARCH-4155 Add a missing "static" keyword
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere committed Feb 10, 2021
1 parent dbc33dc commit 0401550
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -300,7 +300,7 @@ public SchemaManagementWorkCallListContext work(StubSchemaManagementWork.Type ty
}
}

public class DocumentWorkCallListContext {
public static class DocumentWorkCallListContext {
private final String indexName;
private final String tenantId;
private final DocumentCommitStrategy commitStrategyForDocumentWorks;
Expand Down

0 comments on commit 0401550

Please sign in to comment.