You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by Janne Jalkanen <ja...@ecyrd.com> on 2009/05/11 07:46:19 UTC

Re: svn commit: r773455 - in /incubator/jspwiki/trunk: ./ src/java/org/apache/wiki/ src/java/org/apache/wiki/api/ src/java/org/apache/wiki/content/ src/java/org/apache/wiki/parser/ src/java/org/apache/wiki/plugin/ src/java/org/apache/wiki/search/ src/java/...

>
> -            att.save();
> +            engine.getContentManager().save( att );

Funny. I developed WikiPage.save() just so that we would get rid of  
this antipattern of calling a Manager to save content.  Why would we  
want to bring it back?

/Janne