Skip to content

Commit 6059d5f

Browse files
committed
chore(discovery): Fix checkstyle errors
1 parent c8ec660 commit 6059d5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/ListCollectionFieldsResponse.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
/**
2020
* The list of fetched fields.
21-
*
21+
*
2222
* The fields are returned using a fully qualified name format, however, the format differs slightly from that used by
2323
* the query operations.
24-
*
24+
*
2525
* Fields which contain nested JSON objects are assigned a type of "nested".
26-
*
26+
*
2727
* Fields which belong to a nested object are prefixed with `.properties` (for example, `warnings.properties.severity`
2828
* means that the `warnings` object has a property called `severity`).
29-
*
29+
*
3030
* Fields returned from the News collection are prefixed with `v{N}-fullnews-t3-{YEAR}.mappings` (for example,
3131
* `v5-fullnews-t3-2016.mappings.text.properties.author`).
3232
*/

0 commit comments

Comments
 (0)