[libpostgresql-jdbc-java] 01/22: Remove unused Sun specific import.
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to tag REL8_4_702
in repository libpostgresql-jdbc-java.
commit 4824b5c891456504b756c29022020329e1ea2821
Author: Kris Jurka <books at ejurka.com>
Date: Tue Aug 18 03:37:08 2009 +0000
Remove unused Sun specific import.
As reported by Tom Lane.
---
org/postgresql/gss/MakeGSS.java | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/org/postgresql/gss/MakeGSS.java b/org/postgresql/gss/MakeGSS.java
index fa16232..1174de0 100644
--- a/org/postgresql/gss/MakeGSS.java
+++ b/org/postgresql/gss/MakeGSS.java
@@ -3,7 +3,7 @@
* Copyright (c) 2008, PostgreSQL Global Development Group
*
* IDENTIFICATION
-* $PostgreSQL$
+* $PostgreSQL: pgjdbc/org/postgresql/gss/MakeGSS.java,v 1.2 2008/11/29 07:43:47 jurka Exp $
*
*-------------------------------------------------------------------------
*/
@@ -18,7 +18,6 @@ import java.security.PrivilegedAction;
import java.io.IOException;
import java.sql.SQLException;
-import com.sun.security.auth.callback.TextCallbackHandler;
import org.postgresql.core.PGStream;
import org.postgresql.core.Logger;
import org.postgresql.util.*;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git
More information about the pkg-java-commits
mailing list