Skip to content

Commit

Permalink
Remove unused imports in TranscoderUtils.java.
Browse files Browse the repository at this point in the history
  • Loading branch information
blair committed Mar 4, 2008
1 parent 6ee1281 commit 7dd7ce0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/java/net/spy/memcached/transcoders/TranscoderUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

package net.spy.memcached.transcoders;

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.UnsupportedEncodingException;
import java.util.Date;
import java.util.zip.GZIPInputStream;
import java.util.zip.GZIPOutputStream;

import net.spy.SpyObject;
import net.spy.util.CloseUtil;

import net.spy.memcached.CachedData;

/**
Expand Down

0 comments on commit 7dd7ce0

Please sign in to comment.