Fix basic_fields javadoc

This commit is contained in:
Vinnie Falco
2017-10-22 07:21:54 -07:00
parent 56fee93601
commit 5c6b232654
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
Version 124: Version 124:
* Fix for a test matrix compiler * Fix for a test matrix compiler
* Fix basic_fields javadoc
API Changes: API Changes:

View File

@ -382,7 +382,7 @@ public:
@par Postconditions: @par Postconditions:
@code @code
std::distance(this->begin(), this->end()) == 0 std::distance(this->begin(), this->end()) == 0
@encode @endcode
*/ */
void void
clear(); clear();