Trying to refactor the NodeStack class a little so I can pull it out

This commit is contained in:
markiantorno 2020-02-21 16:32:20 -05:00
parent e54d7556b1
commit a91b9886ce
1 changed files with 0 additions and 1 deletions

View File

@ -5362,7 +5362,6 @@ public class InstanceValidator extends BaseValidator implements IResourceValidat
private String workingLang;
public NodeStack() {
workingLang = validationLanguage;
}
public NodeStack(Element element) {