We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf9ed0 commit d450314Copy full SHA for d450314
src/java.base/share/classes/javax/security/auth/Subject.java
@@ -325,10 +325,6 @@ public Subject run() {
325
* retrieved by this method. After {@code action} is finished, the current
326
* subject is reset to its previous value. The current
327
* subject is {@code null} before the first call of {@code callAs()}.
328
- * <p>
329
- * When a new thread is created, its current subject is the same as
330
- * the one of its parent thread, and will not change even if
331
- * its parent thread's current subject is changed to another value.
332
*
333
* @implNote
334
* This method returns the same value as
0 commit comments