Skip to content

Commit

Permalink
gh-2571: Fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 committed Jan 17, 2022
1 parent f2850ef commit 4817e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

package uk.gov.gchq.gaffer.accumulostore.retriever.impl;

import java.util.stream.StreamSupport;

import uk.gov.gchq.gaffer.accumulostore.AccumuloStore;
import uk.gov.gchq.gaffer.accumulostore.key.exception.IteratorSettingException;
import uk.gov.gchq.gaffer.data.element.id.EdgeId;
import uk.gov.gchq.gaffer.operation.impl.get.GetElements;
import uk.gov.gchq.gaffer.store.StoreException;
import uk.gov.gchq.gaffer.user.User;

import java.util.stream.StreamSupport;

public class AccumuloElementsRetriever extends AccumuloSingleIDRetriever<GetElements> {
public AccumuloElementsRetriever(final AccumuloStore store,
final GetElements operation,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

import com.google.common.collect.Lists;
import org.assertj.core.api.Condition;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
Expand Down

0 comments on commit 4817e44

Please sign in to comment.