54555657585960616263
if( m != null ) { h = new HoverImpl(m); } for( String s : list ) { Proposal p = new Proposal(s); p.hover = h; } return rv; }