* 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;
|
virtualname = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
isroot = "root".equals(propname);
|
isroot = "root".equalsIgnoreCase(propname);
|
||||||
|
|
||||||
// System.err.println ("created "+this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue