BF: fixed small typo mistakes.

This commit is contained in:
trifonnt 2009-02-06 16:15:48 +00:00
parent 9fb64ab142
commit 54dd6323a7
2 changed files with 6 additions and 6 deletions

View File

@ -124,7 +124,7 @@ public class MBPartnerLocation extends X_C_BPartner_Location
private int m_unique = 0; private int m_unique = 0;
/** /**
* Get Loaction/Address * Get Location/Address
* @param requery requery * @param requery requery
* @return location * @return location
*/ */

View File

@ -30,7 +30,7 @@ import org.compiere.util.Env;
import org.compiere.util.Util; import org.compiere.util.Util;
/** /**
* Loaction (Address) * Location (Address)
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: MLocation.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $ * @version $Id: MLocation.java,v 1.3 2006/07/30 00:54:54 jjanke Exp $
@ -68,7 +68,7 @@ public class MLocation extends X_C_Location implements Comparator
* @param ctx context * @param ctx context
* @param C_BPartner_Location_ID Business Partner Location * @param C_BPartner_Location_ID Business Partner Location
* @param trxName transaction * @param trxName transaction
* @return loaction or null * @return location or null
*/ */
public static MLocation getBPLocation (Properties ctx, int C_BPartner_Location_ID, String trxName) public static MLocation getBPLocation (Properties ctx, int C_BPartner_Location_ID, String trxName)
{ {
@ -318,7 +318,7 @@ public class MLocation extends X_C_Location implements Comparator
* @param Postal_Add match postal add * @param Postal_Add match postal add
* @param City match city * @param City match city
* @param Address1 match address 1 * @param Address1 match address 1
* @param Address2 match addtess 2 * @param Address2 match address 2
* @return true if equals * @return true if equals
*/ */
public boolean equals (int C_Country_ID, int C_Region_ID, public boolean equals (int C_Country_ID, int C_Region_ID,
@ -359,7 +359,7 @@ public class MLocation extends X_C_Location implements Comparator
/** /**
* Equals * Equals
* @param cmp comperator * @param cmp comparator
* @return true if ID the same * @return true if ID the same
*/ */
public boolean equals (Object cmp) public boolean equals (Object cmp)
@ -394,7 +394,7 @@ public class MLocation extends X_C_Location implements Comparator
} // getCityRegionPostal } // getCityRegionPostal
/** /**
* Parse according Ctiy/Postal/Region according to displaySequence. * Parse according City/Postal/Region according to displaySequence.
* @C@ - City @R@ - Region @P@ - Postal @A@ - PostalAdd * @C@ - City @R@ - Region @P@ - Postal @A@ - PostalAdd
* @param c country * @param c country
* @return parsed String * @return parsed String