Skip to content
Snippets Groups Projects
Commit dbdbec2a authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- minor fix

parent 72534ade
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ import static org.junit.Assert.*; ...@@ -39,7 +39,7 @@ import static org.junit.Assert.*;
@RunWith(JUnit4.class) @RunWith(JUnit4.class)
public class TestValidateRelaxNG { public class TestValidateRelaxNG {
private static XmlFormatValidationPlugin mock; private XmlFormatValidationPlugin mock;
private final Map<String, String> initp = new HashMap<>(); private final Map<String, String> initp = new HashMap<>();
private URI local2Uri(String sUri) { private URI local2Uri(String sUri) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment