diff options
Diffstat (limited to 'Source/cmVTKWrapJavaCommand.h')
-rw-r--r-- | Source/cmVTKWrapJavaCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmVTKWrapJavaCommand.h b/Source/cmVTKWrapJavaCommand.h index 6ffaa52..419e399 100644 --- a/Source/cmVTKWrapJavaCommand.h +++ b/Source/cmVTKWrapJavaCommand.h @@ -77,7 +77,7 @@ public: "Create Java wrappers for VTK classes."; } - /** This command is only kept for compatibility with older CMake versions. */ + /** This command is kept for compatibility with older CMake versions. */ virtual bool IsDiscouraged() { return true; |