From abc4a227a935849dff9cda11a4d3d13dad1e35de Mon Sep 17 00:00:00 2001
From: MagicBot <MagicBot@magicbane.com>
Date: Fri, 22 Mar 2024 12:34:48 -0400
Subject: [PATCH] Comment cleanup

---
 .../TransferItemFromInventoryToEquipMsg.java  | 21 -------------------
 1 file changed, 21 deletions(-)

diff --git a/src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java b/src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java
index 99675264..230e0095 100644
--- a/src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java
+++ b/src/engine/net/client/msg/TransferItemFromInventoryToEquipMsg.java
@@ -90,51 +90,30 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
         writer.putFloat(unknown1);
     }
 
-    /**
-     * @return the itemBase
-     */
     public int getTemplateID() {
         return templateID;
     }
 
-    /**
-     * @param templateID the itemBase to set
-     */
     public void setTemplateID(int templateID) {
         this.templateID = templateID;
     }
 
-    /**
-     * @return the type
-     */
     public int getType() {
         return type;
     }
 
-    /**
-     * @param type the type to set
-     */
     public void setType(int type) {
         this.type = type;
     }
 
-    /**
-     * @return the objectUUID
-     */
     public int getUUID() {
         return objectUUID;
     }
 
-    /**
-     * @return the unknown1
-     */
     public float getUnknown1() {
         return unknown1;
     }
 
-    /**
-     * @param unknown1 the unknown1 to set
-     */
     public void setUnknown1(float unknown1) {
         this.unknown1 = unknown1;
     }