commons collection upgrade to 4.0

This commit is contained in:
Athou
2013-11-28 16:56:52 +01:00
parent 268f0f53a8
commit 4ac4e5abf2
6 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ package com.commafeed.backend.rome;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections4.CollectionUtils;
import org.jdom.Document;
import org.jdom.Element;
import org.jdom.Namespace;