Small Typo fixes.

Documentation update, thank's to Fellix.
This commit is contained in:
trifonnt 2009-09-24 08:29:37 +00:00
parent 0475ec3ea2
commit a16b6c9452
3 changed files with 4 additions and 4 deletions

View File

@ -256,7 +256,7 @@ public class MInventory extends X_M_Inventory implements DocAction
/** /**
* Set Processed. * Set Processed.
* Propergate to Lines/Taxes * Propagate to Lines/Taxes
* @param processed processed * @param processed processed
*/ */
public void setProcessed (boolean processed) public void setProcessed (boolean processed)
@ -933,7 +933,7 @@ public class MInventory extends X_M_Inventory implements DocAction
* Create Cost Detail * Create Cost Detail
* @param line * @param line
* @param Qty * @param Qty
* @return * @return an EMPTY String on success otherwise an ERROR message
*/ */
private String createCostDetail(MInventoryLine line, int M_AttributeSetInstance_ID, BigDecimal qty) private String createCostDetail(MInventoryLine line, int M_AttributeSetInstance_ID, BigDecimal qty)
{ {

View File

@ -189,7 +189,7 @@ public class CompiereLookAndFeel extends MetalLookAndFeel
/************************************************************************** /**************************************************************************
* Create Default Thems * Create Default Themes
*/ */
protected void createDefaultTheme() protected void createDefaultTheme()
{ {

View File

@ -43,7 +43,7 @@ public class CompierePanelUI extends BasicPanelUI
{ {
/** /**
* Static Create UI * Static Create UI
* @param c Vomponent * @param c JComponent
* @return Adempiere Panel UI * @return Adempiere Panel UI
*/ */
public static ComponentUI createUI (JComponent c) public static ComponentUI createUI (JComponent c)