[
https://issues.apache.org/jira/browse/BEAM-10332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Romanenko updated BEAM-10332:
------------------------------------
Status: Open (was: Triage Needed)
> 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
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> {{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)