Changeset 1821

Show
Ignore:
Timestamp:
09/02/08 15:45:26 (4 months ago)
Author:
mikey
Message:

fix imports

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework/trunk/src/main/php/net/stubbles/peer/ldap/stubLDAPConnection.php

    r1763 r1821  
    1010 * @see         RFC 4515  LDAP: String Representation of Search Filters       http://tools.ietf.org/html/rfc4515 
    1111 */ 
    12 stubClassLoader::load('net::stubbles::peer::ldap::stubLDAPURL', 
     12stubClassLoader::load('net::stubbles::lang::exceptions::stubIllegalArgumentException', 
     13                      'net::stubbles::peer::stubConnectionException', 
     14                      'net::stubbles::peer::ldap::stubLDAPURL', 
    1315                      'net::stubbles::peer::ldap::stubLDAPSearchResult' 
    1416);