Skip to content

Commit 952636d

Browse files
author
Dennis Labordus
committed
Fixed last code smells from main branch.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 3ccec66 commit 952636d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

validator/src/main/java/org/lfenergy/compas/scl/validator/exception/NsdocFileNotFoundException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
// SPDX-License-Identifier: Apache-2.0
44
package org.lfenergy.compas.scl.validator.exception;
55

6+
import org.lfenergy.compas.core.commons.exception.CompasException;
7+
68
import static org.lfenergy.compas.scl.validator.exception.SclValidatorErrorCode.NSDOC_FILE_NOT_FOUND;
79

8-
public class NsdocFileNotFoundException extends SclValidatorException {
10+
public class NsdocFileNotFoundException extends CompasException {
911
public NsdocFileNotFoundException(String message) {
1012
super(NSDOC_FILE_NOT_FOUND, message);
1113
}

0 commit comments

Comments
 (0)