Small typo fixes.
This commit is contained in:
parent
8d82c29b87
commit
b4630b407c
|
@ -116,7 +116,7 @@ public abstract class Config
|
|||
* @param cb ckeck box
|
||||
* @param resString resource string key
|
||||
* @param pass true if test passed
|
||||
* @param critical true if critial
|
||||
* @param critical true if critical
|
||||
* @param errorMsg error Message
|
||||
*/
|
||||
void signalOK (CCheckBox cb, String resString,
|
||||
|
@ -126,7 +126,7 @@ public abstract class Config
|
|||
} // signalOK
|
||||
|
||||
/**
|
||||
* Get Web Store Context Names separared by ,
|
||||
* Get Web Store Context Names separated by ,
|
||||
* @param con connection
|
||||
* @return String of Web Store Names - e.g. /wstore
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.compiere.db.DB_Oracle;
|
|||
|
||||
|
||||
/**
|
||||
* Oracle Confguration
|
||||
* Oracle Configuration
|
||||
*
|
||||
* @author Jorg Janke
|
||||
* @version $Id: ConfigOracle.java,v 1.3 2006/07/30 00:57:42 jjanke Exp $
|
||||
|
|
|
@ -37,7 +37,7 @@ public class ConfigPostgreSQL extends Config
|
|||
super (data);
|
||||
} // ConfigPostgreSQL
|
||||
|
||||
/** Discoverd TNS */
|
||||
/** Discovered TNS */
|
||||
private String[] p_discovered = null;
|
||||
/** PostgreSQL DB Info */
|
||||
private DB_PostgreSQL p_db = new DB_PostgreSQL();
|
||||
|
|
Loading…
Reference in New Issue