зеркало из https://github.com/mozilla/pjs.git
deal with new exceptions.
This commit is contained in:
Родитель
b0a6497ec8
Коммит
250893c15c
|
@ -144,7 +144,7 @@ public class SSLClient
|
|||
results.println(htmlHeader);
|
||||
results.println("SSL Client Tester");
|
||||
results.println(
|
||||
"$Id: SSLClient.java,v 1.5 2002-09-05 01:16:59 nicolson%netscape.com Exp $ " +
|
||||
"$Id: SSLClient.java,v 1.6 2002-09-06 16:23:48 nicolson%netscape.com Exp $ " +
|
||||
versionStr );
|
||||
|
||||
SSLSocket s;
|
||||
|
@ -402,7 +402,7 @@ public class SSLClient
|
|||
0
|
||||
};
|
||||
|
||||
public static void main(String argv[])
|
||||
public static void main(String argv[]) throws Exception
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
|
@ -323,7 +323,7 @@ public class SSLServer
|
|||
0
|
||||
};
|
||||
|
||||
public static void main(String argv[])
|
||||
public static void main(String argv[]) throws Exception
|
||||
{
|
||||
int i;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче