RM-2526 Fix NPE found by integration tests.

This commit is contained in:
Tom Page
2016-10-10 14:45:06 +01:00
parent b80bff48aa
commit f55111fe6c

View File

@@ -285,9 +285,9 @@ public class DispositionServiceImpl extends ServiceBaseImpl
return null; return null;
} }
}); });
}
dsNodeRef = dsNextAction.getDispositionNodeRef(); dsNodeRef = dsNextAction.getDispositionNodeRef();
} }
}
else else
{ {
// Get the disposition instructions for the node reference provided // Get the disposition instructions for the node reference provided