Skip to content

Commit

Permalink
Fixed issue eclipse-collections#305 : Remove unused imports in Custom…
Browse files Browse the repository at this point in the history
…er class in solutions module and in kata.
  • Loading branch information
sirishak-tw committed Sep 22, 2023
1 parent d2663be commit a499f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@

import org.eclipse.collections.api.factory.Lists;
import org.eclipse.collections.api.list.MutableList;
import org.eclipse.collections.impl.block.function.AddFunction;
import org.eclipse.collections.impl.utility.ListIterate;

/**
* Customers have a name, city and a list of {@link Order}s.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@

package org.eclipse.collections.companykata;

import org.eclipse.collections.api.block.function.Function;
import org.eclipse.collections.api.list.MutableList;
import org.eclipse.collections.impl.block.function.AddFunction;
import org.eclipse.collections.impl.utility.ListIterate;
import org.junit.jupiter.api.Assertions;

import java.util.ArrayList;
import java.util.List;

import org.eclipse.collections.impl.utility.ListIterate;

/**
* Customers have a name, city and a list of {@link Order}s.
*/
Expand Down

0 comments on commit a499f87

Please sign in to comment.