mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8272391: Undeleted debug information
Reviewed-by: wetmore
This commit is contained in:
parent
428d51694f
commit
e4766ee0aa
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -187,7 +187,6 @@ public class DSAParameterGenerator extends AlgorithmParameterGeneratorSpi {
|
|||
hashObj = MessageDigest.getInstance(hashAlg);
|
||||
} catch (NoSuchAlgorithmException nsae) {
|
||||
// should never happen
|
||||
nsae.printStackTrace();
|
||||
}
|
||||
|
||||
/* Step 3, 4: Useful variables */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue