mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8240997: Remove more "hack" word in security codes
Reviewed-by: xuelei
This commit is contained in:
parent
1c3932f3d5
commit
58a59e3dcb
4 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue