Skip to content

Commit

Permalink
ASIDescriptorFactory: use the BiConsumer from java API and not from h…
Browse files Browse the repository at this point in the history
…azelcast

#713
  • Loading branch information
teosarca committed Dec 13, 2017
1 parent ef1662a commit 664024e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import java.math.BigDecimal;
import java.util.List;
import java.util.Optional;
import java.util.function.BiConsumer;
import java.util.function.Function;

import org.adempiere.ad.expression.api.ConstantLogicExpression;
Expand All @@ -22,8 +23,6 @@
import org.compiere.util.Util.ArrayKey;
import org.springframework.stereotype.Component;

import com.hazelcast.util.function.BiConsumer;

import de.metas.printing.esb.base.util.Check;
import de.metas.ui.web.window.datatypes.DocumentId;
import de.metas.ui.web.window.datatypes.DocumentType;
Expand Down

0 comments on commit 664024e

Please sign in to comment.