File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
riseclipse/validator-riseclipse/src/main/java/org/lfenergy/compas/scl/validator/util Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
import fr .centralesupelec .edf .riseclipse .iec61850 .scl .SclPackage ;
7
7
import org .lfenergy .compas .scl .validator .exception .SclValidatorException ;
8
- import org .slf4j .Logger ;
9
- import org .slf4j .LoggerFactory ;
10
8
11
9
import static org .lfenergy .compas .scl .validator .exception .SclValidatorErrorCode .OCL_MODEL_PACKAGE_NOT_FOUND ;
12
10
13
11
public class OclUtil {
14
- private static final Logger LOGGER = LoggerFactory .getLogger (OclUtil .class );
15
-
16
- private static final String FILE_SPECIFICS_DIR_NAME = "FileSpecifics" ;
17
- private static final String COMMON_DIR_NAME = "Common" ;
18
-
19
12
OclUtil () {
20
13
throw new UnsupportedOperationException ("OclFileUtil class" );
21
14
}
You can’t perform that action at this time.
0 commit comments