Fix casing in shiftClickActionIndex (#9404)
This commit is contained in:
committed by
Tomas Slusny
parent
44cf040cac
commit
43dedd08dc
@@ -129,9 +129,9 @@ public interface ItemComposition
|
||||
/**
|
||||
* Sets the menu action index of the shift-click action.
|
||||
*
|
||||
* @param shiftclickActionIndex the new index of the shift-click action
|
||||
* @param shiftClickActionIndex the new index of the shift-click action
|
||||
*/
|
||||
void setShiftClickActionIndex(int shiftclickActionIndex);
|
||||
void setShiftClickActionIndex(int shiftClickActionIndex);
|
||||
|
||||
/**
|
||||
* Resets the menu action index of the shift-click action to its
|
||||
|
||||
Reference in New Issue
Block a user