1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

JDBC indenting, comment cleanups.

This commit is contained in:
Bruce Momjian
2001-11-19 22:33:39 +00:00
parent 8f6f16929a
commit f3148bef9f
75 changed files with 1909 additions and 1864 deletions

View File

@@ -4,8 +4,8 @@ import org.postgresql.test.JDBC2Tests;
import junit.framework.TestCase;
import java.sql.*;
/**
* $Id: TimestampTest.java,v 1.5 2001/10/25 05:59:59 momjian Exp $
/*
* $Id: TimestampTest.java,v 1.6 2001/11/19 22:33:39 momjian Exp $
*
* This has been the most controversial pair of methods since 6.5 was released!
*
@@ -37,7 +37,7 @@ public class TimestampTest extends TestCase
JDBC2Tests.closeDB(con);
}
/**
/*
* Tests the time methods in ResultSet
*/
public void testGetTimestamp()
@@ -69,7 +69,7 @@ public class TimestampTest extends TestCase
}
}
/**
/*
* Tests the time methods in PreparedStatement
*/
public void testSetTimestamp()
@@ -102,7 +102,7 @@ public class TimestampTest extends TestCase
}
}
/**
/*
* Helper for the TimeTests. It tests what should be in the db
*/
private void timestampTest() throws SQLException