Trying to refactor the NodeStack class a little so I can pull it out
This commit is contained in:
parent
e54d7556b1
commit
a91b9886ce
|
@ -5362,7 +5362,6 @@ public class InstanceValidator extends BaseValidator implements IResourceValidat
|
|||
private String workingLang;
|
||||
|
||||
public NodeStack() {
|
||||
workingLang = validationLanguage;
|
||||
}
|
||||
|
||||
public NodeStack(Element element) {
|
||||
|
|
Loading…
Reference in New Issue