* Make root _parent info in type.properties case insensitive.
This commit is contained in:
parent
6022d616b5
commit
c32fec5dde
1 changed files with 1 additions and 3 deletions
|
@ -46,9 +46,7 @@ public class ParentInfo {
|
|||
virtualname = null;
|
||||
}
|
||||
|
||||
isroot = "root".equals(propname);
|
||||
|
||||
// System.err.println ("created "+this);
|
||||
isroot = "root".equalsIgnoreCase(propname);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue