Skip to content

Commit

Permalink
Merge pull request #652 from peterbae/dev
Browse files Browse the repository at this point in the history
Removing unused imports
  • Loading branch information
peterbae authored Mar 13, 2018
2 parents d970d77 + 95d888d commit daba0da
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,10 @@

import java.math.BigDecimal;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;

import com.sun.mail.imap.protocol.INTERNALDATE;

abstract class SQLServerSpatialDatatype {

/**WKT = Well-Known-Text, WKB = Well-Knwon-Binary */
Expand Down

0 comments on commit daba0da

Please sign in to comment.