Skip to content

Commit 7c69b7c

Browse files
author
Flurb
committed
Refactoring
Signed-off-by: Flurb <[email protected]>
1 parent 99c2693 commit 7c69b7c

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

validator/src/main/java/org/lfenergy/compas/scl/validator/xsd/resourceresolver/ResourceInput.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2022 Alliander N.V.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
package org.lfenergy.compas.scl.validator.xsd.resourceresolver;
25

36
import org.lfenergy.compas.scl.validator.exception.SclValidatorException;
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// SPDX-FileCopyrightText: 2022 Alliander N.V.
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
package org.lfenergy.compas.scl.validator.util;
5+
6+
public class StaxUtilTest {
7+
}

0 commit comments

Comments
 (0)