ZF-6122: Eliminate duplicated code in FeedEntry ctor
Description
The code in ctor for FeedEntry is duplicated from the transferFromXML method. Replacing it to eliminate code duplication.
The code in ctor for FeedEntry is duplicated from the transferFromXML method. Replacing it to eliminate code duplication.
Comments
Posted by Jochen Hartmann (jhartmann) on 2009-03-24T17:39:17.000+0000
http://codereview.appspot.com/28101/show
Posted by Jochen Hartmann (jhartmann) on 2009-03-25T10:10:00.000+0000
Fixed in trunk in r14479 and merged to 1-7 in r14480.
Posted by Jochen Hartmann (jhartmann) on 2009-03-25T10:28:30.000+0000
Missed a small section of code.
Posted by Jochen Hartmann (jhartmann) on 2009-03-25T10:42:03.000+0000
Fixed in r14481 in trunk and merged to 1-7 in r14482.