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 /connectivity/com/sun/star/sdbcx | |
parent | d6d6903e61d368e03d039f78dc7130cfe0206695 (diff) |
java: remove some comment noise
Change-Id: I1c258b853097448d4a59334d915e94dba4c7eb34
Diffstat (limited to 'connectivity/com/sun/star/sdbcx')
4 files changed, 1 insertions, 25 deletions
diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java index 1ea9cd241d63..5a9bc8bb6c4c 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/NativeStorageAccess.java @@ -15,12 +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 . */ -/* - * StorageAccess.java - * - * Created on 17. August 2004, 13:32 - */ - package com.sun.star.sdbcx.comp.hsqldb; public class NativeStorageAccess { diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java index 2f3d99be6655..0e0fff54208d 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageFileAccess.java @@ -15,13 +15,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -/* - * StorageFileAccess.java - * - * Created on 31. August 2004, 11:56 - */ - package com.sun.star.sdbcx.comp.hsqldb; + import org.hsqldb.lib.FileAccess; import org.hsqldb.lib.FileSystemRuntimeException; diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java index caeb103c23ca..cf147c9b5005 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeInputStream.java @@ -15,12 +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 . */ -/* - * StorageNativeInputStream.java - * - * Created on 9. September 2004, 11:52 - */ - package com.sun.star.sdbcx.comp.hsqldb; public class StorageNativeInputStream { diff --git a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java index 1f1e65462b82..8cc6cb07d353 100644 --- a/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.java +++ b/connectivity/com/sun/star/sdbcx/comp/hsqldb/StorageNativeOutputStream.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 . */ - -/* - * StorageNativeOutputStream.java - * - * Created on 1. September 2004, 10:20 - */ - package com.sun.star.sdbcx.comp.hsqldb; public class StorageNativeOutputStream { |