Commit 6ae740db authored by Dave Cramer's avatar Dave Cramer

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

parent e77708d9
...@@ -10,7 +10,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment