Skip to content

Commit

Permalink
deprecated UnicodeFileToHtmlTextConverter 'cause all you need is Text…
Browse files Browse the repository at this point in the history
… and your naming conventions will not hurt yougit add .! :-D
  • Loading branch information
rsimoni committed Sep 7, 2012
1 parent c7017fb commit aa24fd7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
import java.io.FileReader; import java.io.FileReader;
import java.io.IOException; import java.io.IOException;


/**
* @deprecated Please use {@link Text#Text(java.io.File)} and {@link Text#toHtml()}
*/
public class UnicodeFileToHtmlTextConverter { public class UnicodeFileToHtmlTextConverter {


private String fullFilenameWithPath; private String fullFilenameWithPath;
Expand Down

0 comments on commit aa24fd7

Please sign in to comment.