Minor javadoc correction for ItemContainer addItem.
This commit is contained in:
@@ -249,7 +249,7 @@ public abstract class ItemContainer
|
|||||||
* Adds item to inventory
|
* Adds item to inventory
|
||||||
* @param process : String Identifier of process triggering this action
|
* @param process : String Identifier of process triggering this action
|
||||||
* @param itemId : int Item Identifier of the item to be added
|
* @param itemId : int Item Identifier of the item to be added
|
||||||
* @param count : int Quantity of items to be added
|
* @param count : long Quantity of items to be added
|
||||||
* @param actor : L2PcInstance Player requesting the item add
|
* @param actor : L2PcInstance Player requesting the item add
|
||||||
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
||||||
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
||||||
|
@@ -249,7 +249,7 @@ public abstract class ItemContainer
|
|||||||
* Adds item to inventory
|
* Adds item to inventory
|
||||||
* @param process : String Identifier of process triggering this action
|
* @param process : String Identifier of process triggering this action
|
||||||
* @param itemId : int Item Identifier of the item to be added
|
* @param itemId : int Item Identifier of the item to be added
|
||||||
* @param count : int Quantity of items to be added
|
* @param count : long Quantity of items to be added
|
||||||
* @param actor : L2PcInstance Player requesting the item add
|
* @param actor : L2PcInstance Player requesting the item add
|
||||||
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
||||||
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
||||||
|
@@ -249,7 +249,7 @@ public abstract class ItemContainer
|
|||||||
* Adds item to inventory
|
* Adds item to inventory
|
||||||
* @param process : String Identifier of process triggering this action
|
* @param process : String Identifier of process triggering this action
|
||||||
* @param itemId : int Item Identifier of the item to be added
|
* @param itemId : int Item Identifier of the item to be added
|
||||||
* @param count : int Quantity of items to be added
|
* @param count : long Quantity of items to be added
|
||||||
* @param actor : L2PcInstance Player requesting the item add
|
* @param actor : L2PcInstance Player requesting the item add
|
||||||
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
||||||
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
||||||
|
@@ -249,7 +249,7 @@ public abstract class ItemContainer
|
|||||||
* Adds item to inventory
|
* Adds item to inventory
|
||||||
* @param process : String Identifier of process triggering this action
|
* @param process : String Identifier of process triggering this action
|
||||||
* @param itemId : int Item Identifier of the item to be added
|
* @param itemId : int Item Identifier of the item to be added
|
||||||
* @param count : int Quantity of items to be added
|
* @param count : long Quantity of items to be added
|
||||||
* @param actor : L2PcInstance Player requesting the item add
|
* @param actor : L2PcInstance Player requesting the item add
|
||||||
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
* @param reference : Object Object referencing current action like NPC selling item or previous item in transformation
|
||||||
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
* @return L2ItemInstance corresponding to the new item or the updated item in inventory
|
||||||
|
Reference in New Issue
Block a user