Fixed minor typo mistakes.

This commit is contained in:
trifonnt 2009-08-19 15:25:13 +00:00
parent ba24e137f0
commit 2dcb50c9b7
3 changed files with 4 additions and 4 deletions

View File

@ -2687,7 +2687,7 @@ public abstract class PO
/** /**
* Encrypt data. * Encrypt data.
* Not: LOB, special values/Obkects * Not: LOB, special values/Objects
* @param index index * @param index index
* @param xx data * @param xx data
* @return xx * @return xx

View File

@ -32,7 +32,7 @@ import org.compiere.util.DisplayType;
import org.compiere.util.Env; import org.compiere.util.Env;
/** /**
* Persistet Object Info. * Persistent Object Info.
* Provides structural information * Provides structural information
* *
* @author Jorg Janke * @author Jorg Janke
@ -365,7 +365,7 @@ public class POInfo implements Serializable
} // getColumnSQL } // getColumnSQL
/** /**
* Is Column Virtal? * Is Column Virtual?
* @param index index * @param index index
* @return true if column is virtual * @return true if column is virtual
*/ */

View File

@ -196,7 +196,7 @@ public final class DisplayType
} // isText } // isText
/** /**
* Returns truem if DisplayType is a Date. * Returns true if DisplayType is a Date.
* (stored as Timestamp) * (stored as Timestamp)
* @param displayType Display Type * @param displayType Display Type
* @return true if date * @return true if date