diff options
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/ObjectInputStream.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/io/ObjectOutputStream.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/io/ObjectInputStream.idl b/udkapi/com/sun/star/io/ObjectInputStream.idl index 9f73944bb50d..02f9faac4757 100644 --- a/udkapi/com/sun/star/io/ObjectInputStream.idl +++ b/udkapi/com/sun/star/io/ObjectInputStream.idl @@ -51,7 +51,7 @@ ... // skipping additional data </pre> - @guarantees + @note <ul> <li>-thread safe</li> <li>-allow buffer size is 2 ^ 31 -1</li> diff --git a/udkapi/com/sun/star/io/ObjectOutputStream.idl b/udkapi/com/sun/star/io/ObjectOutputStream.idl index 46827c3afa15..b84c8db5c12c 100644 --- a/udkapi/com/sun/star/io/ObjectOutputStream.idl +++ b/udkapi/com/sun/star/io/ObjectOutputStream.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module io { Object ObjectData // the data of the object </pre> - @garantees + @note <ul> <li>-thread safe </li> <li>-allow buffer size is 2 ^ 31 -1 </li> |