Show
Ignore:
Timestamp:
01/11/08 14:56:01 (9 months ago)
Author:
mikey
Message:

fixed bugs introduced with r1214

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/xml/stubXMLStreamWriterFactory.php

    r1026 r1217  
    88 * @subpackage  xml 
    99 */ 
    10 stubClassLoader::load('net.stubbles.xml.stubXMLException', 
    11                       'net.stubbles.xml.stubXMLStreamWriter' 
     10stubClassLoader::load('net::stubbles::xml::stubXMLException', 
     11                      'net::stubbles::xml::stubXMLStreamWriter' 
    1212); 
    1313/** 
     
    122122    public static function getFqClassName($type) 
    123123    { 
    124         return 'net.stubbles.xml.stub' . $type . 'XMLStreamWriter'; 
     124        return 'net::stubbles::xml::stub' . $type . 'XMLStreamWriter'; 
    125125    } 
    126126