Skip to content

Commit

Permalink
Remove unused imports from MessageInspector
Browse files Browse the repository at this point in the history
  • Loading branch information
lcary committed Dec 13, 2018
1 parent efd0f89 commit 2c935cb
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@

package com.homeadvisor.kafdrop.service;

import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonElement;
import com.google.gson.JsonParser;
import com.homeadvisor.kafdrop.model.MessageVO;
import com.homeadvisor.kafdrop.model.TopicPartitionVO;
import com.homeadvisor.kafdrop.model.TopicVO;
Expand All @@ -44,7 +40,9 @@

import java.io.UnsupportedEncodingException;
import java.nio.ByteBuffer;
import java.util.*;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.StreamSupport;

Expand Down

0 comments on commit 2c935cb

Please sign in to comment.