Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
plutext committed Jun 6, 2012
1 parent 2e3b97b commit 8f5745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/plutext/DocxToHtml/AndroidDataUriImageHandler.java
Expand Up @@ -21,7 +21,7 @@ public class AndroidDataUriImageHandler extends AbstractConversionImageHandler {
*/
public AndroidDataUriImageHandler() {
super( "", false);
// imageDirPath.equals("") forces createStoredImage
// imageDirPath.equals("") forces createEncodedImage
// for internal ones. TODO: review external handling
}

Expand Down

0 comments on commit 8f5745d

Please sign in to comment.