Clean up various warnings
This patch removes the obsolete imports and updates some of the deprecated API. Change-Id: I2c077e786b6acbb0fcbfae053a538757224281a8
This commit is contained in:
		| @@ -224,7 +224,7 @@ public class SubmoduleSectionParserTest extends LocalDiskRepositoryTestCase { | ||||
|             break; | ||||
|           } else { | ||||
|             expect(repoManager.list()).andReturn( | ||||
|                 new TreeSet<Project.NameKey>(Collections.EMPTY_LIST)); | ||||
|                 new TreeSet<Project.NameKey>(Collections.<Project.NameKey> emptyList())); | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Deniz Türkoglu
					Deniz Türkoglu