Skip to content

Commit fefa0a0

Browse files
committed
release/0.14.0 - fix issue with java doc gen
Signed-off-by: Krzysztof Chmielewski <krzysiek.chmielewski@gmail.com>
1 parent 6905b76 commit fefa0a0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
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>
16+
* <ul>
17+
* <li>
1718
* The HttpSink DDL property field <i>gid.connector.http.sink.request-callback</i>
1819
* for HTTP sink.
19-
* </li>
20-
* <li>
20+
* </li>
21+
* <li>
2122
* The Http lookup DDL property field <i>gid.connector.http.source.lookup.request-callback</i>
2223
* for HTTP lookup.
23-
* </li>
24-
*
25-
* <br />
24+
* </li>
25+
* </ul>
2626
*
2727
* <p>The following example shows the minimum Table API example to create a {@link HttpDynamicSink}
2828
* that uses a custom callback created by a factory that returns <i>my-callback</i> as its
@@ -59,6 +59,7 @@
5959
*/
6060

6161
public interface HttpPostRequestCallbackFactory<RequestT> extends Factory {
62+
6263
/**
6364
* @return {@link HttpPostRequestCallback} custom request callback instance
6465
*/

0 commit comments

Comments
 (0)