Skip to main content
summaryrefslogtreecommitdiffstats
blob: 84a8f5133002c5236dc9c12b114cba8e6cea699e (plain) (blame)
1
2
3
4
5
6
7
8
9
public int foo(int size, int max) {

	try {
	size=(long)stream.available();
	} catch (IOException e) {// toto
		/* empty block */
	}
	return size;
}

Back to the top