Skip to content

Commit

Permalink
migrate to jdk suplier function
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsp committed Jan 20, 2021
1 parent dcac3fc commit 7a3def6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
package com.nongfenqi.nexus.plugin.rundeck;

import com.google.common.base.Supplier;
import org.apache.http.client.utils.DateUtils;
import org.elasticsearch.action.search.SearchResponse;
import org.elasticsearch.index.query.BoolQueryBuilder;
Expand Down Expand Up @@ -50,6 +49,7 @@
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.function.Supplier;
import java.util.stream.Collectors;

import static com.google.common.base.Preconditions.checkNotNull;
Expand Down

0 comments on commit 7a3def6

Please sign in to comment.