mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 16:40:46 +00:00
Fix missing javadoc parameters, throw tags,...
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user