On Sat, 21 Aug 2021 11:23:54 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/SecurityManager.java line 128: >> >>> 126: * <th scope="row">null</th> >>> 127: * <td>None</td> >>> 128: * <td>Always throws {@code UnsupportedOperationException}</td> >> >> Not sure "Always" is needed, could just be "Throws UOE" > > This is the same as the existing words for "disallow". I think I agree with Lance that "Throws UOE" would be clearer in this table. ------------- PR: https://git.openjdk.java.net/jdk/pull/5204