Skip to content

Commit

Permalink
Make ReaderAccount a partial class
Browse files Browse the repository at this point in the history
  • Loading branch information
igstan committed Oct 25, 2010
1 parent e40c0f4 commit 1edefd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleReader.API/ReaderAccount.cs
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


namespace GoogleReader.API namespace GoogleReader.API
{ {
public class ReaderAccount public partial class ReaderAccount
{ {
private HttpClient httpClient; private HttpClient httpClient;
private ReaderUrls urls; private ReaderUrls urls;
Expand Down

0 comments on commit 1edefd0

Please sign in to comment.