[
https://issues.apache.org/jira/browse/BEAM-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Kaymak updated BEAM-10332:
---------------------------------
Description:
{{TypeDecriptor<List<String>> = new TypeDescriptor<List<String>>() {};}}
{{should be}}
{{TypeDescriptor<List<String>> type= new TypeDescriptor<List<String>>() {};}}
was:
{{TypeDecriptor<List<String>> = new TypeDescriptor<List<String>>() {};}}
{{ {{should be:}}}}
{{ {{TypeDescriptor<List<String>> type= new TypeDescriptor<List<String>>()
{};}}}}
> Fix docstring for TypeDescriptor
> --------------------------------
>
> Key: BEAM-10332
> URL: https://issues.apache.org/jira/browse/BEAM-10332
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Affects Versions: 2.22.0
> Reporter: Tobias Kaymak
> Priority: P2
>
> {{TypeDecriptor<List<String>> = new TypeDescriptor<List<String>>() {};}}
> {{should be}}
> {{TypeDescriptor<List<String>> type= new TypeDescriptor<List<String>>() {};}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)