mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
tch to make sure PSQLState is Serializable and a test case to prove it
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user