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

This commit is contained in:
Bruce Momjian 2001-11-19 23:19:21 +00:00
parent 0dfe913803
commit 28e92b89f4
14 changed files with 34 additions and 34 deletions

View File

@ -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
{ {

View File

@ -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
{ {

View File

@ -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
{ {

View File

@ -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.

View File

@ -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 $
*/ */

View File

@ -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 $
*/ */