Skip to content

Commit

Permalink
#54 Fixing method name
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jan 16, 2025
1 parent 055522e commit f9767aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/josdem/jmetadata/util/AlbumUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class AlbumUtils {

private void StringUtils() {
private AlbumUtils() {
throw new IllegalStateException("Utility class");
}

Expand Down

0 comments on commit f9767aa

Please sign in to comment.