Skip to content

Commit

Permalink
Merge branch 'master' into package
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Jan 15, 2025
2 parents f7bb02c + 6b851ac commit 2f962a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ void assertHeader() {
assertThat(headers).asList().contains("application/json", "application/json2");
}

@Disabled
@Test
@Disabled
void assertQuery() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ private void writeClassStart() {
final List<String> all = metaData.all();
writeMetaDataEntry(all);
writer.append("})").eol();
writer.append("public class %s implements HttpClient.GeneratedComponent {", shortName).eol().eol();
writer.append("public final class %s implements HttpClient.GeneratedComponent {", shortName).eol().eol();
}

private void writeMetaDataEntry(List<String> entries) {
Expand Down

0 comments on commit 2f962a6

Please sign in to comment.