We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900787a commit 31bc9a2Copy full SHA for 31bc9a2
repository/src/main/java/org/lfenergy/compas/scl/data/model/Constants.java
@@ -4,6 +4,9 @@
4
package org.lfenergy.compas.scl.data.model;
5
6
public class Constants {
7
+ private Constants() {
8
+ }
9
+
10
public static final String SCL_NAMESPACE = "http://www.iec.ch/61850/2003/SCL";
11
public static final String SDS_NAMESPACE = "https://www.lfenergy.org/compas/SclDataService";
12
}
0 commit comments