WIP Java8 types - ScalarTypeDuration etc

This commit is contained in:
rbygrave
2014-11-17 01:09:43 +13:00
parent 4303bcfd13
commit b71b0fc8e2
9 changed files with 232 additions and 82 deletions
@@ -152,7 +152,7 @@ public class DeployCreateProperties {
Class<?> superClass = beanType.getSuperclass();
if (!superClass.equals(Object.class)) {
// recursively add any properties in the inheritance heirarchy
// recursively add any properties in the inheritance hierarchy
// up to the Object.class level...
createProperties(desc, superClass, level + 1);
}