Skip to content

Commit 97a0ded

Browse files
committed
Fixed missing closing bracket.
1 parent 28d9dbf commit 97a0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
```java
3131
public class JobWithDetails ... {
3232
public boolean hasFirstBuildRun();
33-
public boolean hasLastBuildRun(;
33+
public boolean hasLastBuildRun();
3434
public boolean hasLastCompletedBuildRun();
3535
public boolean hasLastFailedBuildRun();
3636
public boolean hasLastStableBuildRun();

0 commit comments

Comments
 (0)