Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 127865fc561072da6c02538dfb46a46d06f0d7f6 (plain) (blame)
1
2
3
4
5
6
public int foo(int size, int max) {
	try {
		size = (long) stream.available();
	} catch (IOException e) {/* empty block */}
	return size;
}

Back to the top