Fix missing javadoc parameters, throw tags,...

This commit is contained in:
Jindra Petřík
2024-08-12 19:51:40 +02:00
parent cf06781fdf
commit acc5f94889
179 changed files with 1021 additions and 1477 deletions
@@ -195,7 +195,7 @@ public class GfxConvertor {
* Converts tags.
* @param source Source
* @param target Target
* @return
* @return List of tags
*/
public List<Tag> converTags(Timelined source, Timelined target) {
List<Tag> ret = new ArrayList<>();