logo separator

[mkgmap-dev] [mkgmap-svn] Commit: r2648: calm down FindBugs, no functional change

From Steve Ratcliffe steve at parabola.me.uk on Sun Jun 16 14:19:58 BST 2013

Hi

> calm down FindBugs, no functional change

Just to note that statements like this:
		assertEquals(true, j == null);

can be written as:
		assertNull(j);

..Steve



More information about the mkgmap-dev mailing list