* Make root _parent info in type.properties case insensitive.

This commit is contained in:
hns 2006-08-10 21:19:20 +00:00
parent 6022d616b5
commit c32fec5dde

View file

@ -46,9 +46,7 @@ public class ParentInfo {
virtualname = null;
}
isroot = "root".equals(propname);
// System.err.println ("created "+this);
isroot = "root".equalsIgnoreCase(propname);
}
/**