mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-17 13:12:04 +01:00
Fix checkstyle error
This commit is contained in:
parent
40dc9e3707
commit
546b97fcc9
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue