Skip to content

Commit

Permalink
use java.io ByteArrayOutputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkuiper committed Apr 16, 2012
1 parent 66be106 commit e5c9ce2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import java.awt.event.ActionEvent;
import java.awt.event.KeyEvent;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.util.Arrays;
import java.util.Enumeration;
Expand All @@ -52,7 +53,8 @@
import javax.swing.table.TableColumn;
import javax.xml.bind.DatatypeConverter;

import org.apache.commons.io.output.ByteArrayOutputStream;
//import org.apache.commons.io.output.ByteArrayOutputStream;


import sun.awt.datatransfer.DataTransferer;

Expand Down

0 comments on commit e5c9ce2

Please sign in to comment.