fix typo some more typos

This commit is contained in:
Chris Cromer 2019-01-19 14:05:46 -03:00
parent a7e5cafec7
commit 16cd1b4647
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ JOIN region R2 ON (C2.id_region = R2.id_region)
/**
* Get all tuples and fields from database
* @param conn.db.The database conn.db.ction to use
* @param conn The database connection to use
* @return Returns a list of Asociado based off a tour id
*/
public static List<Asociado> get_all_asociados_by_tour (Connection conn, Tour tour) throws PostgresError, DBError {

View File

@ -93,7 +93,7 @@ JOIN region R ON (C.id_region = R.id_region)
/**
* Get all tuples and fields from database that are within a certain region
* @param conn.db.The database conn.db.ction to use
* @param conn The database connection to use
* @param region_id The id of the region to filter that results
* @return Returns a list of Ciudad
*/