mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Change 'return ;' to 'return;'; remove space.
This commit is contained in:
parent
0dfe913803
commit
28e92b89f4
@ -9,7 +9,7 @@ import org.omg.CosNaming.*;
|
||||
*
|
||||
* 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
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
|
||||
/*
|
||||
* 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
|
||||
{
|
||||
|
@ -5,7 +5,7 @@ import org.omg.CosNaming.*;
|
||||
/*
|
||||
* 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
|
||||
{
|
||||
|
@ -11,7 +11,7 @@ import org.postgresql.util.*;
|
||||
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
|
||||
* JDBC2 versions of the Connection class.
|
||||
|
@ -40,7 +40,7 @@
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* $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…
x
Reference in New Issue
Block a user