blob: 8ce1e42323dba8d20570ccb4bc4c2c44ae55fc1e [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);
}
}
}
}
}