Fix checkstyle error

This commit is contained in:
Paul Schaub 2023-01-31 18:40:14 +01:00
parent 40dc9e3707
commit 546b97fcc9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -20,7 +20,7 @@ import java.util.Properties;
/** /**
* This implementation of {@link SOPInstanceFactory} reads the JSON file at * This implementation of {@link SOPInstanceFactory} reads the JSON file at
* <pre>external-sop/src/main/resources/sop/testsuite/external/config.json</pre> * <pre>external-sop/src/main/resources/sop/testsuite/external/config.json</pre>
* to determine configured external test backends * to determine configured external test backends.
*/ */
public class ExternalSOPInstanceFactory extends SOPInstanceFactory { public class ExternalSOPInstanceFactory extends SOPInstanceFactory {