tch to make sure PSQLState is Serializable and a test case to prove it

This commit is contained in:
Dave Cramer 2003-12-11 15:13:34 +00:00
parent e77708d9be
commit 6ae740dbd8

View File

@ -10,7 +10,7 @@
package org.postgresql.util; package org.postgresql.util;
public class PSQLState public class PSQLState implements java.io.Serializable
{ {
private String state; private String state;