248249250251252253254255256257258
entry.setModified( page.getLastModified() ); entry.setAuthor( SyndicationFactory.createPerson( page.getAuthor(), null, null ) ); entry.addContent( SyndicationFactory.createEscapedContent(pageText) ); return entry; } /**