]> granicus.if.org Git - postgresql/commitdiff
tch to make sure PSQLState is Serializable and a test case to prove it
authorDave Cramer <davec@fastcrypt.com>
Thu, 11 Dec 2003 15:13:34 +0000 (15:13 +0000)
committerDave Cramer <davec@fastcrypt.com>
Thu, 11 Dec 2003 15:13:34 +0000 (15:13 +0000)
src/interfaces/jdbc/org/postgresql/util/PSQLState.java

index 152170e0c973a79d944b7e265cbf69c77be47d59..b1d1efa63e3aea61806902898ea2bac2b9977768 100644 (file)
@@ -10,7 +10,7 @@
  
  package org.postgresql.util;
  
- public class PSQLState
+ public class PSQLState implements java.io.Serializable
  {
        private String state;