minor: typo in comment - Perrform -> Perform
This commit is contained in:
parent
f5b27c792b
commit
2fa33cab82
|
@ -71,7 +71,7 @@ public class ImportAsset extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -56,7 +56,7 @@ public class MPrintFormatProcess extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* <pre>
|
||||
* If AD_Table_ID is not null, create from table,
|
||||
* otherwise copy from AD_PrintFormat_ID
|
||||
|
|
|
@ -88,7 +88,7 @@ public class AssetDelivery extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message to be translated
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -50,7 +50,7 @@ public class CopyFromJournal extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -50,7 +50,7 @@ public class CopyFromOrder extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -49,7 +49,7 @@ public class CopyFromProject extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -75,7 +75,7 @@ public class ImportAccount extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -75,7 +75,7 @@ public class ImportConversionRate extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -51,7 +51,7 @@ public class ImportDelete extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return clear Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -79,7 +79,7 @@ public class ImportGLJournal extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,7 @@ public class ImportInventory extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,7 @@ public class ImportInvoice extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return clear Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -80,7 +80,7 @@ public class ImportOrder extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -64,7 +64,7 @@ public class ImportProduct extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -67,7 +67,7 @@ public class ImportReportLine extends SvrProcess
|
|||
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -69,7 +69,7 @@ public class InventoryValue extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* <pre>
|
||||
* - Fill Table with QtyOnHand for Warehouse and Valuation Date
|
||||
* - Perform Price Calculations
|
||||
|
|
|
@ -46,7 +46,7 @@ public class InvoicePayScheduleValidate extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -82,7 +82,7 @@ public class InvoicePrint extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -51,7 +51,7 @@ public class KIndexRerun extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -50,7 +50,7 @@ public class OrderOpen extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -55,7 +55,7 @@ public class OrderRePrice extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -59,7 +59,7 @@ public class PaySelectionCreateCheck extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -80,7 +80,7 @@ public class PaySelectionCreateFrom extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -47,7 +47,7 @@ public class PaymentOnline extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -45,7 +45,7 @@ public class PaymentTermValidate extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -49,7 +49,7 @@ public class ProjectClose extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (translated text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -51,7 +51,7 @@ public class ProjectGenOrder extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -63,7 +63,7 @@ public class ProjectGenPO extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -94,7 +94,7 @@ public class ProjectIssue extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -49,7 +49,7 @@ public class ProjectPhaseGenOrder extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@ public class ProjectSetType extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -44,7 +44,7 @@ public class Recurring extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -79,7 +79,7 @@ public class ReplicationLocal extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -57,7 +57,7 @@ public class ReplicationRemote extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -58,7 +58,7 @@ public class ReportColumnSet_Copy extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -58,7 +58,7 @@ public class ReportLineSet_Copy extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -83,7 +83,7 @@ public class SendMailText extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -54,7 +54,7 @@ public class TranslationDocSync extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
|
@ -51,7 +51,7 @@ public class TreeMaintenance extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message (clear text)
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -64,7 +64,7 @@ public class UserPassword extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception if not successful
|
||||
*/
|
||||
|
|
|
@ -88,7 +88,7 @@ public class PayrollViaEMail extends SvrProcess
|
|||
} // prepare
|
||||
|
||||
/**
|
||||
* Perrform process.
|
||||
* Perform process.
|
||||
* @return Message
|
||||
* @throws Exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue