Fixes implicit ternary expressions
This commit is contained in:
parent
c85b0a740c
commit
ff26dfa375
345 changed files with 1905 additions and 2336 deletions
|
|
@ -32,15 +32,11 @@ namespace Server
|
|||
{
|
||||
return new DualSaveStrategy(); // return new DynamicSaveStrategy(); (4.0 or return new ParallelSaveStrategy(processorCount); (2.0)
|
||||
}
|
||||
else
|
||||
{
|
||||
return new DualSaveStrategy();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
return new StandardSaveStrategy();
|
||||
|
||||
return new DualSaveStrategy();
|
||||
}
|
||||
|
||||
return new StandardSaveStrategy();
|
||||
}
|
||||
|
||||
public abstract string Name { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue