Small Typo fixes.
Documentation update, thank's to Fellix.
This commit is contained in:
parent
0475ec3ea2
commit
a16b6c9452
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -189,7 +189,7 @@ public class CompiereLookAndFeel extends MetalLookAndFeel
|
||||||
|
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
* Create Default Thems
|
* Create Default Themes
|
||||||
*/
|
*/
|
||||||
protected void createDefaultTheme()
|
protected void createDefaultTheme()
|
||||||
{
|
{
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue