Skip to content

Commit

Permalink
Changed the return type of method UnicodeFileToHtmlTextConverter.Open…
Browse files Browse the repository at this point in the history
…TextReader() to be TextReader.
  • Loading branch information
wubin28 committed Apr 17, 2014
1 parent 9a37943 commit 60b3739
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -31,7 +31,7 @@ public string ConvertToHtml()
}
}

protected virtual StreamReader OpenTextReader()
protected virtual TextReader OpenTextReader()
{
return File.OpenText(_fullFilenameWithPath);
}
Expand Down

0 comments on commit 60b3739

Please sign in to comment.