Minor typo fixes.

This commit is contained in:
trifonnt 2010-01-14 13:14:55 +00:00
parent 90d434f915
commit d4ae40fc05
1 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ public class MImpFormatRow extends X_AD_ImpFormat_Row
} // MImpFormatRow } // MImpFormatRow
/** /**
* Load Construcor * Load Constructor
* @param ctx context * @param ctx context
* @param rs result set * @param rs result set
* @param trxName transaction * @param trxName transaction
@ -69,7 +69,7 @@ public class MImpFormatRow extends X_AD_ImpFormat_Row
} // MImpFormatRow } // MImpFormatRow
/** /**
* Parent Construcor * Parent Constructor
* @param format format parent * @param format format parent
*/ */
public MImpFormatRow (MImpFormat format) public MImpFormatRow (MImpFormat format)
@ -79,7 +79,7 @@ public class MImpFormatRow extends X_AD_ImpFormat_Row
} // MImpFormatRow } // MImpFormatRow
/** /**
* Parent/Copy Construcor * Parent/Copy Constructor
* @param parent format parent * @param parent format parent
* @param original to copy * @param original to copy
*/ */