Skip to content

Commit

Permalink
Changed ActionMapObject#getType return type to Object
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealEmissions committed Mar 20, 2024
1 parent 6ad7681 commit 0b84212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ public interface ActionMapObject {
* Gets the type of the action
* @return the type of the action
*/
String getType();
Object getType();
}

0 comments on commit 0b84212

Please sign in to comment.