Show
Ignore:
Timestamp:
03/19/09 19:12:56 (4 years ago)
Author:
lmajano
Message:

First run of refactorings

Files:
1 modified

Legend:

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

    r1533 r2103  
    2121<cfcomponent name="JavaLoader" 
    2222                         hint="Loads External Java Classes, while providing access to ColdFusion classes" 
    23                          extends="coldbox.system.plugin" 
     23                         extends="coldbox.system.Plugin" 
    2424                         output="false" 
    2525                         cache="true"  
     
    3030        <cffunction name="init" access="public" returntype="JavaLoader" output="false" hint="Constructor"> 
    3131                <!--- ************************************************************* ---> 
    32                 <cfargument name="controller" type="any" required="true" hint="coldbox.system.controller"> 
     32                <cfargument name="controller" type="any" required="true" hint="coldbox.system.Controller"> 
    3333                <!--- ************************************************************* ---> 
    3434                <cfscript>