minor: typo in comment - Perrform -> Perform

This commit is contained in:
Carlos Ruiz 2008-12-21 00:08:12 +00:00
parent f5b27c792b
commit 2fa33cab82
41 changed files with 41 additions and 41 deletions

View File

@ -71,7 +71,7 @@ public class ImportAsset extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -56,7 +56,7 @@ public class MPrintFormatProcess extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* <pre> * <pre>
* If AD_Table_ID is not null, create from table, * If AD_Table_ID is not null, create from table,
* otherwise copy from AD_PrintFormat_ID * otherwise copy from AD_PrintFormat_ID

View File

@ -88,7 +88,7 @@ public class AssetDelivery extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message to be translated * @return Message to be translated
* @throws Exception * @throws Exception
*/ */

View File

@ -50,7 +50,7 @@ public class CopyFromJournal extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -50,7 +50,7 @@ public class CopyFromOrder extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -49,7 +49,7 @@ public class CopyFromProject extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -75,7 +75,7 @@ public class ImportAccount extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -75,7 +75,7 @@ public class ImportConversionRate extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -51,7 +51,7 @@ public class ImportDelete extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return clear Message * @return clear Message
* @throws Exception * @throws Exception
*/ */

View File

@ -79,7 +79,7 @@ public class ImportGLJournal extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -69,7 +69,7 @@ public class ImportInventory extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -69,7 +69,7 @@ public class ImportInvoice extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return clear Message * @return clear Message
* @throws Exception * @throws Exception
*/ */

View File

@ -80,7 +80,7 @@ public class ImportOrder extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -64,7 +64,7 @@ public class ImportProduct extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -67,7 +67,7 @@ public class ImportReportLine extends SvrProcess
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -69,7 +69,7 @@ public class InventoryValue extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* <pre> * <pre>
* - Fill Table with QtyOnHand for Warehouse and Valuation Date * - Fill Table with QtyOnHand for Warehouse and Valuation Date
* - Perform Price Calculations * - Perform Price Calculations

View File

@ -46,7 +46,7 @@ public class InvoicePayScheduleValidate extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -82,7 +82,7 @@ public class InvoicePrint extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -51,7 +51,7 @@ public class KIndexRerun extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -50,7 +50,7 @@ public class OrderOpen extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -55,7 +55,7 @@ public class OrderRePrice extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -59,7 +59,7 @@ public class PaySelectionCreateCheck extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -80,7 +80,7 @@ public class PaySelectionCreateFrom extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -47,7 +47,7 @@ public class PaymentOnline extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -45,7 +45,7 @@ public class PaymentTermValidate extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -49,7 +49,7 @@ public class ProjectClose extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (translated text) * @return Message (translated text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -51,7 +51,7 @@ public class ProjectGenOrder extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -63,7 +63,7 @@ public class ProjectGenPO extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -94,7 +94,7 @@ public class ProjectIssue extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -49,7 +49,7 @@ public class ProjectPhaseGenOrder extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -52,7 +52,7 @@ public class ProjectSetType extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -44,7 +44,7 @@ public class Recurring extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -79,7 +79,7 @@ public class ReplicationLocal extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -57,7 +57,7 @@ public class ReplicationRemote extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -58,7 +58,7 @@ public class ReportColumnSet_Copy extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -58,7 +58,7 @@ public class ReportLineSet_Copy extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -83,7 +83,7 @@ public class SendMailText extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -54,7 +54,7 @@ public class TranslationDocSync extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */

View File

@ -51,7 +51,7 @@ public class TreeMaintenance extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message (clear text) * @return Message (clear text)
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -64,7 +64,7 @@ public class UserPassword extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception if not successful * @throws Exception if not successful
*/ */

View File

@ -88,7 +88,7 @@ public class PayrollViaEMail extends SvrProcess
} // prepare } // prepare
/** /**
* Perrform process. * Perform process.
* @return Message * @return Message
* @throws Exception * @throws Exception
*/ */