Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
synhershko committed Jul 8, 2012
1 parent da814b5 commit 1ec754c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/NAppUpdate.Framework/FeedReaders/NauXmlFeedReader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;

using NAppUpdate.Framework.Tasks;
Expand All @@ -13,11 +12,7 @@ public class NauXmlFeedReader : IUpdateFeedReader
private Dictionary<string, Type> _updateConditions { get; set; }
private Dictionary<string, Type> _updateTasks { get; set; }

public NauXmlFeedReader()
{
}

#region IUpdateFeedReader Members
#region IUpdateFeedReader Members

public IList<IUpdateTask> Read(string feed)
{
Expand Down

0 comments on commit 1ec754c

Please sign in to comment.