Skip to content

Commit dcb86a0

Browse files
committedJul 13, 2018
Fix some warnings
1 parent 1ca1bd6 commit dcb86a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/server/services/wcs/qgswcsserviceexception.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ namespace QgsWcs
3838
/**
3939
* Constructor for QgsServiceException (empty locator attribute).
4040
* \param code Error code name
41-
* \param Exception message to return to the client
41+
* \param message Exception message to return to the client
4242
* \param responseCode HTTP error code
4343
*/
4444
QgsServiceException( const QString &code, const QString &message,
@@ -51,6 +51,7 @@ namespace QgsWcs
5151
* \param code Error code name
5252
* \param message Exception message to return to the client
5353
* \param locator Locator attribute according to OGC specifications
54+
* \param responseCode HTTP error code
5455
*/
5556
QgsServiceException( const QString &code, const QString &message, const QString &locator,
5657
int responseCode = 200 )

0 commit comments

Comments
 (0)
Please sign in to comment.