1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-09 13:09:39 +03:00

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;