Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.6, 1.6-beta-1
-
None
-
None
-
All
-
Patch
Description
FactoryBuilderSupport.getContextAttribute() is private, but it is useful and safe for subclasses. Since getContext() is also public, it seems like the private modifier on getContextAttribute() was accidental. The attached patch makes it public.