Skip to content

Commit

Permalink
removed a blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
naotoj committed Jul 18, 2024
1 parent 95085cc commit fac29cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/java.base/share/classes/java/lang/Process.java
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ public boolean waitFor(long timeout, TimeUnit unit)
throws InterruptedException
{
long remainingNanos = unit.toNanos(timeout); // throw NPE before other conditions

if (hasExited())
return true;
if (timeout <= 0)
Expand Down

0 comments on commit fac29cf

Please sign in to comment.