mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
When two events are on at exactly the same time, sort the first to be created earlier in the list (helps keep order, and makes tests simpler)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30181 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -134,7 +134,10 @@ public class WikiServiceImpl implements WikiService
|
||||
siteService, transactionService, taggingService);
|
||||
}
|
||||
|
||||
private String buildName(String title)
|
||||
/**
|
||||
* Turns a Title into a Page Name.
|
||||
*/
|
||||
private static String buildName(String title)
|
||||
{
|
||||
// The name is based on the title, but with underscores
|
||||
String name = title.replace(' ', '_');
|
||||
|
Reference in New Issue
Block a user