Skip to content

Commit 6c05a90

Browse files
committed
修改错别字
1 parent 0e063c0 commit 6c05a90

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/cn/handyplus/menu/inventory/ItemGui.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public void setInventoryDate(HandyInventory handyInventory) {
6868
// 1.刷新
6969
HandyInventoryUtil.refreshInventory(handyInventory.getInventory());
7070
// 2.设置数据
71-
this.setDate(handyInventory);
71+
this.setData(handyInventory);
7272
// 3.设置功能性菜单
7373
this.setFunctionMenu(handyInventory);
7474
}
@@ -78,7 +78,7 @@ public void setInventoryDate(HandyInventory handyInventory) {
7878
*
7979
* @param handyInventory gui
8080
*/
81-
private void setDate(HandyInventory handyInventory) {
81+
private void setData(HandyInventory handyInventory) {
8282
Inventory inventory = handyInventory.getInventory();
8383
Map<Integer, Integer> map = handyInventory.getIntMap();
8484
String guiIndexStr = ConfigUtil.ITEM_CONFIG.getString("item.index");

0 commit comments

Comments
 (0)