fix typo some more typos
This commit is contained in:
parent
a7e5cafec7
commit
16cd1b4647
@ -125,7 +125,7 @@ JOIN region R2 ON (C2.id_region = R2.id_region)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Get all tuples and fields from database
|
* 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
|
* @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 {
|
public static List<Asociado> get_all_asociados_by_tour (Connection conn, Tour tour) throws PostgresError, DBError {
|
||||||
|
@ -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
|
* 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
|
* @param region_id The id of the region to filter that results
|
||||||
* @return Returns a list of Ciudad
|
* @return Returns a list of Ciudad
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user