Skip to content

Commit

Permalink
clean up #50
Browse files Browse the repository at this point in the history
(cherry picked from commit 5437b42)
  • Loading branch information
yuriyz committed Jun 22, 2018
1 parent 6604efe commit cc5ec46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package org.xdi.service.cache;

import java.io.Serializable;

import org.codehaus.jackson.annotate.JsonIgnoreProperties;

import java.io.Serializable;

/**
* @author yuriyz on 02/23/2017.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
package org.xdi.service.cache;

import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;

import org.apache.commons.lang.SerializationUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.http.conn.ssl.DefaultHostnameVerifier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import redis.clients.jedis.JedisPoolConfig;
import redis.clients.jedis.JedisShardInfo;
import redis.clients.jedis.ShardedJedis;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
package org.xdi.service.cache;

import java.io.Serializable;

import javax.annotation.PreDestroy;

import org.apache.commons.lang.SerializationUtils;
import org.apache.commons.lang.StringUtils;
import org.apache.http.conn.ssl.DefaultHostnameVerifier;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import redis.clients.jedis.HostAndPort;
import redis.clients.jedis.Jedis;
import redis.clients.jedis.JedisPool;
Expand Down

0 comments on commit cc5ec46

Please sign in to comment.