diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2014-09-10 09:20:31 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2014-09-10 09:20:31 +0200 |
| commit | 19e84996506d092a70b018c5f640d1ef82a48740 (patch) | |
| tree | 799c14a4171af6fe5017467ecefc73a8b0fd2676 /src/main/idl/CommonTypes.idl | |
| parent | da731d2bb81666b9c697d9099da632e7dfcdc0f7 (diff) | |
Cleaned up documentation for SysKey changes
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
**************************************************************************/
|
