Changeset 772
- Timestamp:
- 07/23/07 23:03:27 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/reflection/annotations/stubAnnotationFactory.php
r735 r772 55 55 } 56 56 57 $hash = md5($comment );57 $hash = md5($comment . $target . $targetName); 58 58 if (isset(self::$annotations[$hash]) == false) { 59 59 if (null == self::$parser) {
