diff options
author | Noel Grandin <noel@peralex.com> | 2014-11-25 10:31:08 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-11-25 10:34:27 +0200 |
commit | 5d602146785669063af11a96c6f716c22e0208ee (patch) | |
tree | c5d278dab9ae645ae566999e89e6ed7b044073d8 /javaunohelper | |
parent | d6d6903e61d368e03d039f78dc7130cfe0206695 (diff) |
java: remove some comment noise
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
Diffstat (limited to 'javaunohelper')
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java | 7 | ||||
-rw-r--r-- | javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java index 19d5919383d8..2d3e9a8480b7 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter.java @@ -15,13 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * ByteArrayXInputStram.java - * - * Created on 10. April 2003, 15:45 - */ - package com.sun.star.lib.uno.adapter; import com.sun.star.io.XInputStream; diff --git a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java index 38dff3762789..48871277a75f 100644 --- a/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java +++ b/javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter.java @@ -15,13 +15,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ - -/* - * ByteArrayXOutputStream.java - * - * Created on 11. April 2003, 14:20 - */ - package com.sun.star.lib.uno.adapter; import com.sun.star.io.*; |