ALF-9157 Finish wiki webscript unit tests, and switch the lucene based JS webscripts to de-lucene Java ones

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29613 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2011-08-08 15:53:47 +00:00
parent 26f647d5fd
commit 1945532d21

View File

@@ -59,7 +59,7 @@ public interface WikiService {
* Retrieves an existing {@link WikiPageInfo} from the repository * Retrieves an existing {@link WikiPageInfo} from the repository
*/ */
@NotAuditable @NotAuditable
WikiPageInfo getWikiPage(String siteShortName, String pageTitle); WikiPageInfo getWikiPage(String siteShortName, String pageName);
/** /**
* Retrieves all {@link WikiPageInfo} instances in the repository * Retrieves all {@link WikiPageInfo} instances in the repository