Skip to content

Commit

Permalink
fix typo; see #issue9
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Mar 10, 2023
1 parent baf0241 commit e312d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/plealog/genericapp/api/EZEnvironment.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public static void addResourceLocator(Class<?> cl) {
/**
* Remove a class used to enable JRE to locate resources such as images.
*/
public static void removeResourceLocatro(Class<?> cl) {
public static void removeResourceLocator(Class<?> cl) {
EZEnvironmentImplem.removeResourceLocator(cl);
}

Expand Down

0 comments on commit e312d49

Please sign in to comment.