mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
tch to make sure PSQLState is Serializable and a test case to prove it
This commit is contained in:
parent
e77708d9be
commit
6ae740dbd8
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user