Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/bulk/job/JobExistsParameterValidator.java

Co-authored-by: Ken Stevens <khstevens@gmail.com>
This commit is contained in:
Tadgh 2020-06-09 15:52:37 -07:00 committed by GitHub
parent 7fdd0f1753
commit b7cea688f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import java.util.Optional;
/**
* This class will prevent job running if the UUID is found to be non-existent, or invalid.
* This class will prevent a job from running if the UUID does not exist or is invalid.
*/
public class JobExistsParameterValidator implements JobParametersValidator {
@Autowired