mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-2526 Fix typo.
This commit is contained in:
@@ -73,7 +73,7 @@ public class MultipleSchedulesTest extends BaseRMTestCase
|
|||||||
private void setUpFilePlan()
|
private void setUpFilePlan()
|
||||||
{
|
{
|
||||||
// Only set up the file plan if it hasn't already been done.
|
// Only set up the file plan if it hasn't already been done.
|
||||||
if (categoryA == null)
|
if (categoryA != null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user