Move init-api rule srcs to a subpackage, init.api
Previously, the only way to see the boundary between the init-base package and -api was to look at the list of srcs. Putting a package boundary between them makes it easier to understand without reading the BUCK file. Change-Id: I2ccb43cc9154b6979a867b01b4e3ea86070dc30f
This commit is contained in:
		@@ -18,6 +18,7 @@ import static org.easymock.EasyMock.createStrictMock;
 | 
			
		||||
import static org.easymock.EasyMock.replay;
 | 
			
		||||
import static org.easymock.EasyMock.verify;
 | 
			
		||||
 | 
			
		||||
import com.google.gerrit.pgm.init.api.ConsoleUI;
 | 
			
		||||
import com.google.gerrit.server.config.SitePaths;
 | 
			
		||||
import com.google.inject.Provider;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -24,6 +24,9 @@ import static org.junit.Assert.assertFalse;
 | 
			
		||||
import static org.junit.Assert.assertNull;
 | 
			
		||||
import static org.junit.Assert.assertTrue;
 | 
			
		||||
 | 
			
		||||
import com.google.gerrit.pgm.init.api.ConsoleUI;
 | 
			
		||||
import com.google.gerrit.pgm.init.api.InitFlags;
 | 
			
		||||
import com.google.gerrit.pgm.init.api.Section;
 | 
			
		||||
import com.google.gerrit.server.config.SitePaths;
 | 
			
		||||
 | 
			
		||||
import org.eclipse.jgit.errors.ConfigInvalidException;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user