Skip to content

Commit ec0a7b8

Browse files
committed
Cleanup
1 parent a09947c commit ec0a7b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/main/java/org/sourcelab/buildkite/api/client/request/RetryMultipleJobsOptionsBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public final class RetryMultipleJobsOptionsBuilder {
2727
private String organizationSlug = null;
2828
private String pipelineSlug = null;
2929
private Long buildNumber = null;
30-
private Set<String> jobIds = new HashSet<>(;
30+
private Set<String> jobIds = new HashSet<>();
3131

3232
public RetryMultipleJobsOptionsBuilder() {
3333
}

src/main/java/org/sourcelab/buildkite/api/client/response/MultipleRetriedJobsResults.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/**
22
* Copyright 2023 SourceLab.org https://github.com/SourceLabOrg/Buildkite-Api-Client
3-
* <p>
3+
*
44
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
55
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
66
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit
77
* persons to whom the Software is furnished to do so, subject to the following conditions:
8-
* <p>
8+
*
99
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the
1010
* Software.
11-
* <p>
11+
*
1212
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
1313
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1414
* COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR

0 commit comments

Comments
 (0)