Removed reference to * from docs.

Change-Id: Iec55a1d009f8e89e5c165f282be4dfda0b2b28a7
This commit is contained in:
Aaron Schulz 2012-10-22 16:39:07 -07:00
parent 7fe78d7e74
commit 982dc357ef

View file

@ -94,8 +94,8 @@ abstract class ApiQueryORM extends ApiQueryBase {
}
/**
* Get the request parameters, handle the * value for the props param
* and remove all params set to null (ie those that are not actually provided).
* Get the request parameters and remove all params set
* to null (ie those that are not actually provided).
*
* @since 1.21
*