diff options
Diffstat (limited to 'src/main/idl/CommonTypes.idl')
| -rw-r--r-- | src/main/idl/CommonTypes.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/idl/CommonTypes.idl b/src/main/idl/CommonTypes.idl index 09b0767..1e53343 100644 --- a/src/main/idl/CommonTypes.idl +++ b/src/main/idl/CommonTypes.idl @@ -36,7 +36,8 @@ module common };
/**************************************************************************
- * Serialized UUID for Item identification
+ * Serialized UUID for Item identification.
+ * Converts to Java UUID with: new UUID(msb, lsb);
*
* @version 1.0
**************************************************************************/
|
