Skip to content

Commit

Permalink
Renaming CmdCalledType
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Sep 20, 2024
1 parent c060d42 commit fbaeea0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
*
*/
public enum CmdCalledType
public enum EnumCmdCalledType
{
/**
*
Expand Down Expand Up @@ -44,7 +44,7 @@ public enum CmdCalledType
*
* @param description
*/
CmdCalledType(String description)
EnumCmdCalledType(String description)
{
this.description = description;
}
Expand Down

0 comments on commit fbaeea0

Please sign in to comment.