8272391: Undeleted debug information

Reviewed-by: wetmore
This commit is contained in:
Xue-Lei Andrew Fan 2021-08-12 19:28:01 +00:00
parent 428d51694f
commit e4766ee0aa

View file

@ -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 */