From 6ae740dbd8806fb8339b1056de1ea60bb6d78be0 Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Thu, 11 Dec 2003 15:13:34 +0000 Subject: [PATCH] tch to make sure PSQLState is Serializable and a test case to prove it --- src/interfaces/jdbc/org/postgresql/util/PSQLState.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/jdbc/org/postgresql/util/PSQLState.java b/src/interfaces/jdbc/org/postgresql/util/PSQLState.java index 152170e0c9..b1d1efa63e 100644 --- a/src/interfaces/jdbc/org/postgresql/util/PSQLState.java +++ b/src/interfaces/jdbc/org/postgresql/util/PSQLState.java @@ -10,7 +10,7 @@ package org.postgresql.util; - public class PSQLState + public class PSQLState implements java.io.Serializable { private String state; -- 2.40.0