Skip to content

Commit

Permalink
[ACS-6284] Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kmagdziarz committed Aug 31, 2024
1 parent 0467a31 commit 7f05a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static Map<String, Class<?>> createDefaultTypeMap()
getName(PeerAssociationResource.class), PeerAssociationResource.class);
}

public static <T> String getName(Class<T> aClass)
public static <T> String getName(Class<T> aClass)
{
return aClass.getSimpleName();
}
Expand Down

0 comments on commit 7f05a5c

Please sign in to comment.