Skip to content

Commit 10eafc9

Browse files
Always use base_message instead of message in docblocks
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com> Co-authored-by: Jacob Perron <jacob@openrobotics.org>
1 parent 576591a commit 10eafc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcljava_common/include/rcljava_common/exceptions.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
/**
6464
* \param env a JNIEnv pointer, used to check for exceptions.
6565
* \param ret rcl_ret_t error that will be checked.
66-
* \param message error message that will be passed to the thrown exception.
66+
* \param base_message error message that will be passed to the thrown exception.
6767
*/
6868
#define RCLJAVA_COMMON_THROW_FROM_RCL(env, ret, base_message) \
6969
RCLJAVA_COMMON_THROW_FROM_RCL_X(env, ret, base_message, return )

0 commit comments

Comments
 (0)