Skip to content
Snippets Groups Projects
Commit 4ad2f8a0 authored by srosse's avatar srosse
Browse files

no-jira: remove edu backport of collections imports

parent ac69543b
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,13 @@ package org.olat.core.util.nodes; ...@@ -28,14 +28,13 @@ package org.olat.core.util.nodes;
import java.io.Serializable; import java.io.Serializable;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator; import java.util.Comparator;
import java.util.List; import java.util.List;
import org.olat.core.logging.AssertException; import org.olat.core.logging.AssertException;
import org.olat.core.util.CodeHelper; import org.olat.core.util.CodeHelper;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* Description: <br> * Description: <br>
* *
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
package org.olat.modules.docpool.ui; package org.olat.modules.docpool.ui;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator; import java.util.Comparator;
import java.util.List; import java.util.List;
import java.util.Set; import java.util.Set;
...@@ -36,8 +37,6 @@ import org.olat.modules.taxonomy.TaxonomyRef; ...@@ -36,8 +37,6 @@ import org.olat.modules.taxonomy.TaxonomyRef;
import org.olat.modules.taxonomy.TaxonomyService; import org.olat.modules.taxonomy.TaxonomyService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* Initial date: 13 nov. 2017<br> * Initial date: 13 nov. 2017<br>
......
...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui; ...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Calendar; import java.util.Calendar;
import java.util.Collections;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -50,8 +51,6 @@ import org.olat.modules.lecture.Reason; ...@@ -50,8 +51,6 @@ import org.olat.modules.lecture.Reason;
import org.olat.modules.lecture.RollCallSecurityCallback; import org.olat.modules.lecture.RollCallSecurityCallback;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* Initial date: 12 juin 2017<br> * Initial date: 12 juin 2017<br>
......
...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui.export; ...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui.export;
import java.io.IOException; import java.io.IOException;
import java.io.OutputStream; import java.io.OutputStream;
import java.util.Collections;
import java.util.Date; import java.util.Date;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
...@@ -44,8 +45,6 @@ import org.olat.repository.RepositoryEntry; ...@@ -44,8 +45,6 @@ import org.olat.repository.RepositoryEntry;
import org.olat.repository.RepositoryManager; import org.olat.repository.RepositoryManager;
import org.olat.user.UserManager; import org.olat.user.UserManager;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* *
......
...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui.export; ...@@ -21,6 +21,7 @@ package org.olat.modules.lecture.ui.export;
import java.io.IOException; import java.io.IOException;
import java.io.InputStream; import java.io.InputStream;
import java.util.Arrays;
import java.util.HashMap; import java.util.HashMap;
import java.util.List; import java.util.List;
import java.util.Map; import java.util.Map;
...@@ -46,8 +47,6 @@ import org.olat.modules.lecture.LectureBlock; ...@@ -46,8 +47,6 @@ import org.olat.modules.lecture.LectureBlock;
import org.olat.modules.lecture.LectureBlockRollCall; import org.olat.modules.lecture.LectureBlockRollCall;
import org.olat.repository.RepositoryEntry; import org.olat.repository.RepositoryEntry;
import edu.emory.mathcs.backport.java.util.Arrays;
/** /**
* *
* Initial date: 22 juin 2017<br> * Initial date: 22 juin 2017<br>
......
...@@ -22,6 +22,7 @@ package org.olat.modules.qpool.ui; ...@@ -22,6 +22,7 @@ package org.olat.modules.qpool.ui;
import java.io.IOException; import java.io.IOException;
import java.io.OutputStream; import java.io.OutputStream;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.Collections;
import java.util.Comparator; import java.util.Comparator;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -46,8 +47,6 @@ import org.olat.modules.qpool.ui.metadata.MetaUIFactory; ...@@ -46,8 +47,6 @@ import org.olat.modules.qpool.ui.metadata.MetaUIFactory;
import org.olat.modules.qpool.ui.metadata.MetaUIFactory.KeyValues; import org.olat.modules.qpool.ui.metadata.MetaUIFactory.KeyValues;
import org.olat.user.UserManager; import org.olat.user.UserManager;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* Initial date: 23.01.2018<br> * Initial date: 23.01.2018<br>
......
...@@ -21,6 +21,7 @@ package org.olat.modules.taxonomy.manager; ...@@ -21,6 +21,7 @@ package org.olat.modules.taxonomy.manager;
import java.io.File; import java.io.File;
import java.nio.file.Path; import java.nio.file.Path;
import java.util.Collections;
import java.util.Comparator; import java.util.Comparator;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -48,8 +49,6 @@ import org.springframework.beans.factory.InitializingBean; ...@@ -48,8 +49,6 @@ import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* Initial date: 22 sept. 2017<br> * Initial date: 22 sept. 2017<br>
......
...@@ -26,6 +26,7 @@ import static org.mockito.Mockito.when; ...@@ -26,6 +26,7 @@ import static org.mockito.Mockito.when;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import java.util.Collection; import java.util.Collection;
import java.util.Collections;
import java.util.List; import java.util.List;
import org.junit.Before; import org.junit.Before;
...@@ -37,8 +38,6 @@ import org.mockito.Spy; ...@@ -37,8 +38,6 @@ import org.mockito.Spy;
import org.olat.repository.RepositoryEntry; import org.olat.repository.RepositoryEntry;
import org.olat.resource.accesscontrol.provider.auto.IdentifierKey; import org.olat.resource.accesscontrol.provider.auto.IdentifierKey;
import edu.emory.mathcs.backport.java.util.Collections;
/** /**
* *
* Initial date: 14.08.2017<br> * Initial date: 14.08.2017<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment