Show
Ignore:
Timestamp:
01/12/08 18:50:40 (1 year ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in net::stubbles::reflection

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/reflection/stubReflectionPackage.php

    r1209 r1228  
    5757     * The result is a short but informative representation about the class and 
    5858     * its values. Per default, this method returns: 
    59      * 'net.stubbles.reflection.stubReflectionPackage['[name-of-reflected-package]']  {}' 
     59     * 'net::stubbles::reflection::stubReflectionPackage['[name-of-reflected-package]']  {}' 
    6060     * <code> 
    61      * net.stubbles.reflection.stubReflectionPackage[mypackage] { 
     61     * net::stubbles::reflection::stubReflectionPackage[mypackage] { 
    6262     * } 
    6363     * </code>