File tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/java/lang
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ public void exit(int status) {
200
200
*
201
201
* @throws SecurityException
202
202
* If a security manager is present and it denies
203
- * {@link RuntimePermission}("shutdownHooks")
203
+ * {@link RuntimePermission}{@code ("shutdownHooks")}
204
204
*
205
205
* @see #removeShutdownHook
206
206
* @see #halt(int)
@@ -230,7 +230,7 @@ public void addShutdownHook(Thread hook) {
230
230
*
231
231
* @throws SecurityException
232
232
* If a security manager is present and it denies
233
- * {@link RuntimePermission}("shutdownHooks")
233
+ * {@link RuntimePermission}{@code ("shutdownHooks")}
234
234
*
235
235
* @see #addShutdownHook
236
236
* @see #exit(int)
@@ -369,7 +369,7 @@ public Process exec(String command, String[] envp) throws IOException {
369
369
*
370
370
* <p>More precisely, the {@code command} string is broken
371
371
* into tokens using a {@link StringTokenizer} created by the call
372
- * {@code new {@link StringTokenizer} (command)} with no
372
+ * {@code new StringTokenizer(command)} with no
373
373
* further modification of the character categories. The tokens
374
374
* produced by the tokenizer are then placed in the new string
375
375
* array {@code cmdarray}, in the same order.
You can’t perform that action at this time.
0 commit comments