From 37a2fa5d5a58628d317a2305965863dfe50f140e Mon Sep 17 00:00:00 2001 From: Anurag Jain Date: Mon, 1 Oct 2012 14:10:03 +0200 Subject: fdo#51304: Remove the author of some java source files This patch remove some '@author' for Java souce files, and removes some commented code founded when removing the '@author'. Change-Id: Ic4fcd028a9cdbd85c693d93bcd48e41f36386d22 --- connectivity/org/hsqldb/lib/FileSystemRuntimeException.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'connectivity/org/hsqldb') diff --git a/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java b/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java index f38fdfec9029..5830d5eb48f2 100644 --- a/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java +++ b/connectivity/org/hsqldb/lib/FileSystemRuntimeException.java @@ -26,8 +26,6 @@ package org.hsqldb.lib; /** is a RuntimeException which indicates failure during basic IO * operations in a FileAccess implementation. * - * @author frank.schoenheit@sun.com - * * @version 1.8.0.8 * @since 1.8.0.8 */ @@ -61,4 +59,4 @@ public class FileSystemRuntimeException extends java.lang.RuntimeException { public final int getErrorCode() { return errorCode; } -} \ No newline at end of file +} -- cgit