Skip to content

Commit

Permalink
Fix issue eclipse#303 remove unused imports
Browse files Browse the repository at this point in the history
Fix issue eclipse#303 remove unused imports
  • Loading branch information
singhdiVer committed Sep 22, 2023
1 parent 52070f7 commit 0a686a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@

package org.eclipse.collections.companykata;

import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.function.IntFunction;

import org.eclipse.collections.api.block.function.Function;
import org.eclipse.collections.api.block.predicate.Predicate;
import org.eclipse.collections.api.factory.Lists;
import org.eclipse.collections.api.list.MutableList;
import org.eclipse.collections.impl.list.mutable.ArrayListAdapter;
import org.eclipse.collections.impl.list.mutable.FastList;
import org.junit.jupiter.api.Assertions;


/**
* A company has a {@link MutableList} of {@link Customer}s. It has an array of {@link Supplier}s, and a name.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import org.eclipse.collections.api.block.predicate.Predicate;
import org.eclipse.collections.api.factory.Lists;
import org.eclipse.collections.api.list.MutableList;
import org.eclipse.collections.impl.list.mutable.FastList;
import org.junit.jupiter.api.Assertions;

/**
Expand Down

0 comments on commit 0a686a6

Please sign in to comment.