Update SVImageHandler.java

fixed typo
This commit is contained in:
Yiğit Efe İ 2023-07-19 20:07:40 +00:00 committed by Stefan Weil
parent 834127c524
commit 4e3518a1d7

View File

@ -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() {
}