Change 'return ;' to 'return;'; remove space.

REL7_2_STABLE
Bruce Momjian 24 years ago
parent 0dfe913803
commit 28e92b89f4
  1. 2
      src/interfaces/jdbc/example/corba/StockClient.java
  2. 2
      src/interfaces/jdbc/example/corba/StockDispenserImpl.java
  3. 2
      src/interfaces/jdbc/example/corba/StockServer.java
  4. 2
      src/interfaces/jdbc/org/postgresql/Connection.java
  5. 2
      src/interfaces/jdbc/org/postgresql/xa/ClientConnection.java
  6. 2
      src/interfaces/jdbc/org/postgresql/xa/XAConnectionImpl.java

@ -9,7 +9,7 @@ import org.omg.CosNaming.*;
* *
* It has no GUI, just a text frontend to keep it simple. * It has no GUI, just a text frontend to keep it simple.
* *
* $Id: StockClient.java,v 1.4 2001/11/19 23:16:45 momjian Exp $ * $Id: StockClient.java,v 1.5 2001/11/19 23:19:20 momjian Exp $
*/ */
public class StockClient public class StockClient
{ {

@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
/* /*
* This class implements the server side of the example. * This class implements the server side of the example.
* *
* $Id: StockDispenserImpl.java,v 1.3 2001/11/19 22:43:13 momjian Exp $ * $Id: StockDispenserImpl.java,v 1.4 2001/11/19 23:19:20 momjian Exp $
*/ */
public class StockDispenserImpl extends stock._StockDispenserImplBase public class StockDispenserImpl extends stock._StockDispenserImplBase
{ {

@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
/* /*
* This class implements the server side of the example. * This class implements the server side of the example.
* *
* $Id: StockServer.java,v 1.3 2001/11/19 22:43:13 momjian Exp $ * $Id: StockServer.java,v 1.4 2001/11/19 23:19:20 momjian Exp $
*/ */
public class StockServer public class StockServer
{ {

@ -11,7 +11,7 @@ import org.postgresql.util.*;
import org.postgresql.core.*; import org.postgresql.core.*;
/* /*
* $Id: Connection.java,v 1.37 2001/11/19 23:16:45 momjian Exp $ * $Id: Connection.java,v 1.38 2001/11/19 23:19:20 momjian Exp $
* *
* This abstract class is used by org.postgresql.Driver to open either the JDBC1 or * This abstract class is used by org.postgresql.Driver to open either the JDBC1 or
* JDBC2 versions of the Connection class. * JDBC2 versions of the Connection class.

@ -40,7 +40,7 @@
* *
* Copyright 1999 (C) Exoffice Technologies Inc. All Rights Reserved. * Copyright 1999 (C) Exoffice Technologies Inc. All Rights Reserved.
* *
* $Id: ClientConnection.java,v 1.3 2001/11/19 22:33:39 momjian Exp $ * $Id: ClientConnection.java,v 1.4 2001/11/19 23:19:21 momjian Exp $
*/ */

@ -40,7 +40,7 @@
* *
* Copyright 1999 (C) Exoffice Technologies Inc. All Rights Reserved. * Copyright 1999 (C) Exoffice Technologies Inc. All Rights Reserved.
* *
* $Id: XAConnectionImpl.java,v 1.3 2001/11/19 22:33:39 momjian Exp $ * $Id: XAConnectionImpl.java,v 1.4 2001/11/19 23:19:21 momjian Exp $
*/ */

Loading…
Cancel
Save