-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
b23
AWT_Native_Interface.html line 749 containts the unescaped text &awt.
The & should be escaped as &
* Example:
* JAWT awt;
* awt.version = JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER;
* jboolean success = JAWT_GetAWT(env, &awt);
Also, The < > in the following lines near line 727 need to be escaped
#ifdef __OBJC__
#import <QuartzCore/CALayer.h>
#endif
The & should be escaped as &
* Example:
* JAWT awt;
* awt.version = JAWT_VERSION_1_4 | JAWT_MACOSX_USE_CALAYER;
* jboolean success = JAWT_GetAWT(env, &awt);
Also, The < > in the following lines near line 727 need to be escaped
#ifdef __OBJC__
#import <QuartzCore/CALayer.h>
#endif