SPRSPRNET-998
Fixing broken build (accidental use of the improper var keyword) /slaps self on back of hand/
This commit is contained in:
@@ -1055,7 +1055,7 @@ namespace Spring.Util
|
||||
if (constructorArguments == null)
|
||||
return value;
|
||||
|
||||
var arguments = new object[constructorArguments.Count];
|
||||
object[] arguments = new object[constructorArguments.Count];
|
||||
|
||||
for (int i = 0; i < constructorArguments.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user