mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
Update SVImageHandler.java
fixed typo
This commit is contained in:
parent
834127c524
commit
4e3518a1d7
@ -27,7 +27,7 @@ import javax.xml.bind.DatatypeConverter;
|
||||
* @author wanke@google.com
|
||||
*/
|
||||
public class SVImageHandler {
|
||||
/* All methods are static, so we forbid to construct SVImageHandler objects */
|
||||
/* All methods are static, so we forbid to construct SVImageHandler objects. */
|
||||
private SVImageHandler() {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user