mirror of https://github.com/acidanthera/audk.git
Fixed EDKT469
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1951 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b8cc11a572
commit
e425f07334
File diff suppressed because it is too large
Load Diff
|
@ -76,8 +76,7 @@ public class SurfaceAreaQuery {
|
|||
//
|
||||
// keep the namep declaration for xmlbeans Xpath query
|
||||
//
|
||||
private String queryDeclaration = null;
|
||||
|
||||
private String queryDeclaration = null;
|
||||
private StringBuffer normQueryString = new StringBuffer(4096);
|
||||
private Pattern xPathPattern = Pattern.compile("([^/]*)(/|//)([^/]+)");
|
||||
|
||||
|
|
Loading…
Reference in New Issue