blob: 85bbd7b7aa927cb8e51f5fe09c3dfc827e636055 [file] [log] [blame]
import java.util.Vector;
public class EclipseFormatTest
{
public static void main(String[] args)
{
Vector v2 = new Vector();
{{{String a = ((String) v2.get(0)).trim(), b = (String)
v2.get(1), c = (String) v2
.get(2);}}
}
}
}