提交 ec4d9768 编写于 作者: T TIHan

Remove null check here because we already do it elsewhere

上级 02896b58
......@@ -673,11 +673,6 @@ public ProjectState UpdateAdditionalDocument(TextDocumentState newDocument, bool
public ProjectState UpdateDocumentsOrder(ImmutableList<DocumentId> documentIds)
{
if (documentIds == null)
{
throw new ArgumentNullException(nameof(documentIds));
}
if (documentIds.IsEmpty)
{
throw new ArgumentOutOfRangeException("The specified documents are empty.", nameof(documentIds));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册