[libpostgresql-jdbc-java] 23/128: changed package to org.postgresql.ssl
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:18:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to annotated tag REL9_3_1100
in repository libpostgresql-jdbc-java.
commit 39f5d3ad551bc5173cd1b39ccd4caf3a726811d4
Author: Dave Cramer <davecramer at gmail.com>
Date: Fri Jan 11 09:09:59 2013 -0500
changed package to org.postgresql.ssl
---
org/postgresql/ssl/DbKeyStoreSocketFactory.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org/postgresql/ssl/DbKeyStoreSocketFactory.java b/org/postgresql/ssl/DbKeyStoreSocketFactory.java
index 11edd5b..585f333 100644
--- a/org/postgresql/ssl/DbKeyStoreSocketFactory.java
+++ b/org/postgresql/ssl/DbKeyStoreSocketFactory.java
@@ -1,4 +1,4 @@
-package acme;
+package org.postgresql.ssl;
import java.io.InputStream;
import java.security.KeyStore;
--
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