mirror of
https://github.com/zfile-dev/zfile.git
synced 2025-04-19 05:34:52 +00:00
添加注释, 优化代码.
This commit is contained in:
@@ -21,7 +21,7 @@ public class SystemConfigService {
|
||||
public FileService getCurrentFileService() {
|
||||
SystemConfig systemConfig = getSystemConfig();
|
||||
StorageTypeEnum storageStrategy = systemConfig.getStorageStrategy();
|
||||
return StorageTypeFactory.getTrafficMode(storageStrategy);
|
||||
return StorageTypeFactory.getStorageTypeService(storageStrategy);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user