Show
Ignore:
Timestamp:
05/13/2008 01:08:46 AM (22 months ago)
Author:
peterfarrell
Message:

- Added missing space

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-6-0/trunk/framework/CacheHandler.cfc

    r781 r784  
    293293        <cffunction name="createHandlerId" access="private" returntype="string" output="false" 
    294294                hint="Creates a random handler id. Does not use UUID for performance reasons."> 
    295                 <cfreturn Hash(getTickCount() & RandRange(0, 100000))/> 
     295                <cfreturn Hash(getTickCount() & RandRange(0, 100000)) /> 
    296296        </cffunction> 
    297297