SitePaths: Convert lib_dir to Path
This bled somewhat into the plugin loading code, but that code is far from fully migrated. Change-Id: I4c9902f13e388b1671b7a88ec50c5a9f2c84c0b9
This commit is contained in:
		@@ -24,14 +24,14 @@ import com.google.inject.Singleton;
 | 
			
		||||
 | 
			
		||||
import org.eclipse.jgit.lib.Config;
 | 
			
		||||
 | 
			
		||||
import java.io.File;
 | 
			
		||||
import java.nio.file.Path;
 | 
			
		||||
 | 
			
		||||
import javax.sql.DataSource;
 | 
			
		||||
 | 
			
		||||
/** Loads the site library if not yet loaded. */
 | 
			
		||||
@Singleton
 | 
			
		||||
public class SiteLibraryBasedDataSourceProvider extends DataSourceProvider {
 | 
			
		||||
  private final File libdir;
 | 
			
		||||
  private final Path libdir;
 | 
			
		||||
  private boolean init;
 | 
			
		||||
 | 
			
		||||
  @Inject
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user