Removing @author tags that snuck in.

This commit is contained in:
mark_story 2010-12-21 20:53:39 -05:00
parent de7b324444
commit f85567a566
2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@ interface CakeLogInterface {
* @param string $type
* @param string $message
* @return void
* @author Mark Story
*/
public function write($type, $message);
}