Skip to main content
summaryrefslogtreecommitdiffstats
blob: 56a04fbabb6779a305e0ce9945368d09d71b9ac4 (plain) (blame)
1
2
3
4
5
6
public class X {
	String str1 = "xxxxxxxxxx", str2 = "xxxxxxxxxx", str3 = "xxxxxxxxxx",
			str4 = "xxxxxxxxxx", str5 = "xxxxxxxxxx", str6 = "xxxxxxxxxx",
			str7 = "xxxxxxxxxx", str8 = "xxxxxxxxxx", str9 = "xxxxxxxxxx",
			str10 = "xxxxxxxxxx";
}

Back to the top