File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
tools/bamm-cli/src/main/java/io/openmanufacturing/sds/aspect Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 16
16
import java .io .File ;
17
17
import java .util .List ;
18
18
19
- import org .topbraid .shacl .util .FailureLog ;
20
-
21
19
import io .openmanufacturing .sds .AbstractCommand ;
22
20
import io .openmanufacturing .sds .ExternalResolverMixin ;
23
21
import io .openmanufacturing .sds .aspectmodel .resolver .services .VersionedModel ;
@@ -51,13 +49,6 @@ public class AspectValidateCommand extends AbstractCommand {
51
49
52
50
@ Override
53
51
public void run () {
54
- FailureLog .set ( new FailureLog () {
55
- @ Override
56
- public void logFailure ( final String message ) {
57
- // Do not log SHACL-internal errors
58
- }
59
- } );
60
-
61
52
final Try <VersionedModel > versionedModel = loadAndResolveModel ( new File ( parentCommand .getInput () ), customResolver );
62
53
final AspectModelValidator validator = new AspectModelValidator ();
63
54
You can’t perform that action at this time.
0 commit comments