Skip to content

Commit

Permalink
Remove old TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Apr 29, 2020
1 parent 41d1e12 commit 9a0ecfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class LocalizationResourceContributorList : List<ILocalizationResourceCon
{
public LocalizedString GetOrNull(string cultureName, string name)
{
foreach (var contributor in this.AsQueryable().Reverse()) //TODO: Reverse?
foreach (var contributor in this.AsQueryable().Reverse())
{
var localString = contributor.GetOrNull(cultureName, name);
if (localString != null)
Expand Down

0 comments on commit 9a0ecfb

Please sign in to comment.