javadoc fixes

This commit is contained in:
Elias Naur 2008-01-21 22:20:25 +00:00
parent b20ae3c6da
commit a877b0c1f1
6 changed files with 9 additions and 20 deletions

View file

@ -868,7 +868,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
*
* @param ownCerts Chain of certificates to check against
* @param native_certs Chain of certificates to check
* @return true if the chains match
*/
protected static void validateCertificateChain(Certificate[] ownCerts, Certificate[] native_certs) throws Exception {
if (native_certs == null)
@ -948,7 +947,6 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
* Sets the state of the loaded and prints some debug information
*
* @param error Error message to print
* @param state State to enter
*/
protected void fatalErrorOccured(String error) {
fatalError = true;
@ -968,4 +966,4 @@ public class AppletLoader extends Applet implements Runnable, AppletStub {
/* ignored */
}
}
}
}