Missed a keyword

This commit is contained in:
James Agnew 2019-08-29 22:06:43 -04:00
parent 668af76514
commit 8700088c67
1 changed files with 1 additions and 1 deletions

View File

@ -1482,7 +1482,7 @@ public abstract class BaseHapiFhirDao<T extends IBaseResource> implements IDao,
}
}
public void populateFullTextFields(final FhirContext theContext, final IBaseResource theResource, ResourceTable theEntity) {
public static void populateFullTextFields(final FhirContext theContext, final IBaseResource theResource, ResourceTable theEntity) {
if (theEntity.getDeleted() != null) {
theEntity.setNarrativeTextParsedIntoWords(null);
theEntity.setContentTextParsedIntoWords(null);