Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6221 - Multiple line comment is not terminated

6221   Multiple line comment is not terminated

Cause

This error occurs if you begin a multiple line comment with the /* character sequence and there is no following */ sequence to terminate the comment.

Action

Terminate the comment using the */ character sequence.