Skip to content

Commit

Permalink
undo change t5
Browse files Browse the repository at this point in the history
  • Loading branch information
k-modi committed Jun 9, 2017
1 parent aa0fe95 commit a97e076
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Repository.Implementation/DummyClass.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ namespace Repository.Implementation
{
public class DummyClass
{
private string _something;
public DummyClass(string something)
{
_something = something;
}
}
}

0 comments on commit a97e076

Please sign in to comment.