Skip to content

Commit 9bfbb4c

Browse files
authored
Reinstatiate javadoc step in common build (#102)
* Reinstatiate javadoc step in common build * Fix <br> tag for javadoc
1 parent 5a6e7bf commit 9bfbb4c

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Test JavaDoc
4040
run: mvn $MAVEN_CLI_OPTS $JAVA_ADDITIONAL_OPTS javadoc:javadoc
41-
if: startsWith(matrix.flink, '1.15.0')
41+
if: startsWith(matrix.flink, '1.18')
4242

4343
- name: Add coverage to PR
4444
id: jacoco

src/main/java/com/getindata/connectors/http/HttpPostRequestCallbackFactory.java

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
* other factories in
1414
* <pre>resources/META-INF/services/org.apache.flink.table.factories.Factory</pre>
1515
* file and then referenced by their identifiers in:
16-
* <li>
17-
* The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
18-
* for HTTP sink.
19-
* </li>
20-
* <li>
21-
* The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
22-
* for HTTP lookup.
23-
* </li>
24-
*
25-
* <br />
16+
* <ul>
17+
* <li>
18+
* The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
19+
* for HTTP sink.
20+
* </li>
21+
* <li>
22+
* The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
23+
* for HTTP lookup.
24+
* </li>
25+
* </ul>
26+
* <br>
2627
*
2728
* <p>The following example shows the minimum Table API example to create a {@link HttpDynamicSink}
2829
* that uses a custom callback created by a factory that returns <i>my-callback</i> as its

0 commit comments

Comments
 (0)