Skip to content

Commit

Permalink
Update SVImageHandler.java
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
Parryword authored and stweil committed Oct 5, 2023
1 parent 834127c commit 4e3518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/google/scrollview/ui/SVImageHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @author [email protected]
*/
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() {
}

Expand Down

0 comments on commit 4e3518a

Please sign in to comment.