8240997: Remove more "hack" word in security codes

Reviewed-by: xuelei
This commit is contained in:
Jack Hartstein 2021-06-09 02:12:25 +00:00 committed by Jamil Nimeh
parent 1c3932f3d5
commit 58a59e3dcb
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2018, 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
@ -368,7 +368,7 @@ public class RSAPSSSignature extends SignatureSpi {
try {
ensureInit();
} catch (SignatureException se) {
// hack for working around API bug
// workaround for API bug
throw new RuntimeException(se.getMessage());
}
this.md.update(b);