~ubuntu-branches/ubuntu/oneiric/libpgjava/oneiric

« back to all changes in this revision

Viewing changes to src/interfaces/jdbc/example/corba/StockDispenserImpl.java

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2005-04-21 14:25:11 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050421142511-wibh5vc31fkrorx7
Tags: 7.4.7-3
Built with sources...

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
/*
6
6
 * This class implements the server side of the example.
7
7
 *
8
 
 * $Id: StockDispenserImpl.java,v 1.4 2001/11/19 23:19:20 momjian Exp $
 
8
 * $Id: StockDispenserImpl.java,v 1.5 2002/09/06 21:23:05 momjian Exp $
9
9
 */
10
10
public class StockDispenserImpl extends stock._StockDispenserImplBase
11
11
{
67
67
                        {
68
68
                                stock[i].inUse = false;
69
69
                                System.out.println("Releasing slot " + i);
70
 
                                return;
 
70
                                return ;
71
71
                        }
72
72
                }
73
73
                System.out.println("Reserved object not a member of this dispenser");
74
 
                return;
 
74
                return ;
75
75
        }
76
76
 
77
77
        /*