Change comment to fix policheck
This commit is contained in:
parent
c7d09d7ad7
commit
be3f64c52d
|
|
@ -152,7 +152,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
||||||
StringComparison.Ordinal))
|
StringComparison.Ordinal))
|
||||||
{
|
{
|
||||||
// Cache hit, but we need to update the entry.
|
// Cache hit, but we need to update the entry.
|
||||||
// Assigning to LastModified and IsValidatedPreCompiled are atomic operations and will result in safe races
|
// Assigning to LastModified and IsValidatedPreCompiled are atomic operations and will result in safe race
|
||||||
// if the entry is being concurrently read or updated.
|
// if the entry is being concurrently read or updated.
|
||||||
cacheEntry.LastModified = fileInfo.LastModified;
|
cacheEntry.LastModified = fileInfo.LastModified;
|
||||||
cacheEntry.IsValidatedPreCompiled = true;
|
cacheEntry.IsValidatedPreCompiled = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue