﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3820	[PATCH] fix CombineWayAction warning	hansendc	team	"    [javac] src/org/openstreetmap/josm/actions/CombineWayAction.java:585: warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: java.util.List<org.openstreetmap.josm.actions.CombineWayAction.NodePair>
    [javac]             return l == null ? Collections.EMPTY_LIST : l;
    [javac]                              ^

Collections.EMPTY_LIST is an collection of Object.  Use the generics version to avoid a warning."	defect	closed	normal		Core		fixed		
