Changeset 2750

Show
Ignore:
Timestamp:
10/14/09 00:10:59 (4 years ago)
Author:
lmajano
Message:

Standardizations on injection annotation to Inject. Will need to update dsl marker soon too.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/system/plugins/BeanFactory.cfc

    r2749 r2750  
    981981                                                // Setup the type if it has a value. 
    982982                                                if( len(md.properties[x].inject) ){ 
    983                                                         entry.type      = md.properties[x].type; 
     983                                                        entry.type      = md.properties[x].inject; 
    984984                                                } 
    985985                                                // Add to found list