mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
javadoc fixes
This commit is contained in:
parent
b20ae3c6da
commit
a877b0c1f1
6 changed files with 9 additions and 20 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue