All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fitnesse.wiki.RecentChanges Maven / Gradle / Ivy

There is a newer version: 20240707
Show newest version
package fitnesse.wiki;

/**
 * Created with IntelliJ IDEA.
 * User: arjan
 * Date: 5/17/13
 * Time: 2:37 PM
 * To change this template use File | Settings | File Templates.
 */
public interface RecentChanges {
  String RECENT_CHANGES = "RecentChanges";

  void updateRecentChanges(WikiPage page);

  WikiPage toWikiPage(WikiPage root);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy