FLUID-5214: modelRelay should not define sourceApplier as null

Metadata

Source
FLUID-5214
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2013-11-19T10:38:48.008-0500
Updated
2013-11-20T14:26:02.049-0500
Versions
N/A
Fixed Versions
  1. 1.5
Component
  1. Prefs Framework

Description

The modelRelay grade defines an null sourceApplier. Likely it is here just to illustrate the option. However, if another model relay is added ahead of a configured one, for example when it is supplied as an option during instantiation, it will override the sourceApplier back to null.

Instead a comment should be used to indicate that a sourceApplier option is required.

Comments