Changeset 722

Show
Ignore:
Timestamp:
06/10/07 11:02:26 (1 year ago)
Author:
mikey
Message:

removed comment

Files:

Legend:

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

    r720 r722  
    4949    { 
    5050        foreach (get_object_vars($this) as $name => $value) { 
    51             // FIXME: stubObject is not a really good indication of whether the 
    52             //        object is clonable or not. Probably think about a new 
    53             //        interface net.stubbles.stubClonable. 
    5451            if (is_object($value) == true && $value instanceof stubClonable) { 
    5552                $this->$name = clone $this->$name;