blob: 49b9bb44650bf17434bcd1ac4f345d464a4f978a [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);
}
}
}
}
}