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: d04a4a98104de80b22845dca9717b218aa8b80bf (plain) (blame)
1
2
3
4
5
6
7
if (bool)
{
	synchronized (this)
	{
		System.out.println();
	}
}

Back to the top