1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00

Comment updated. SMACK-27

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3310 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2006-01-17 20:03:11 +00:00 committed by gato
parent 10c59457ca
commit c00abdeffd

View file

@ -26,7 +26,7 @@ import java.security.cert.X509Certificate;
/**
* Dummy trust manager that trust all certificates presented by the server. This class
* is used during TLS negotiation as well as for old SSL connections.
* is used during old SSL connections.
*
* @author Gaston Dombiak
*/