| | |
| | | * Any exception that occurred whilst retrieving inherited default |
| | | * values. |
| | | */ |
| | | private PropertyException exception = null; |
| | | private PropertyException exception; |
| | | |
| | | /** |
| | | * Optional new configuration entry which does not yet exist in |
| | |
| | | private final Entry newConfigEntry; |
| | | |
| | | /** The path of the managed object containing the next property. */ |
| | | private ManagedObjectPath<?, ?> nextPath = null; |
| | | private ManagedObjectPath<?, ?> nextPath; |
| | | |
| | | /** The next property whose default values were required. */ |
| | | private PropertyDefinition<T> nextProperty = null; |
| | | private PropertyDefinition<T> nextProperty; |
| | | |
| | | /** Private constructor. */ |
| | | private DefaultValueFinder(Entry newConfigEntry) { |