diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-11-19 22:43:13 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-11-19 22:43:13 +0000 |
commit | 6c8120d68ced229111aeb1e45cb6aa3219e1e70b (patch) | |
tree | 21d637cf5b5a33f382f6b595564205afc42c3a51 /src/interfaces/jdbc/example/corba/StockItemImpl.java | |
parent | 46d50783bf16b2db28160c2b968cd6d5cd65600d (diff) | |
download | postgresql-6c8120d68ced229111aeb1e45cb6aa3219e1e70b.tar.gz postgresql-6c8120d68ced229111aeb1e45cb6aa3219e1e70b.zip |
More jdbc comment cleanups. Code looks very nice now.
Diffstat (limited to 'src/interfaces/jdbc/example/corba/StockItemImpl.java')
-rw-r--r-- | src/interfaces/jdbc/example/corba/StockItemImpl.java | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/interfaces/jdbc/example/corba/StockItemImpl.java b/src/interfaces/jdbc/example/corba/StockItemImpl.java index 598ccd2ddcb..f504ab8dfe7 100644 --- a/src/interfaces/jdbc/example/corba/StockItemImpl.java +++ b/src/interfaces/jdbc/example/corba/StockItemImpl.java @@ -2,10 +2,10 @@ package example.corba; import org.omg.CosNaming.*; -/** +/* * This class implements the server side of the example. * - * $Id: StockItemImpl.java,v 1.2 2001/10/25 05:59:58 momjian Exp $ + * $Id: StockItemImpl.java,v 1.3 2001/11/19 22:43:13 momjian Exp $ */ public class StockItemImpl extends stock._StockItemImplBase { @@ -28,7 +28,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It sets the item to view @@ -46,7 +46,7 @@ public class StockItemImpl extends stock._StockItemImplBase } - /** + /* * This is defined in stock.idl * * It sets the item to view @@ -63,7 +63,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -80,7 +80,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -97,7 +97,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -114,7 +114,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -131,7 +131,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -148,7 +148,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -165,7 +165,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is defined in stock.idl * * It returns the description of a Stock item @@ -182,7 +182,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This returns the highest id used, hence the number of items available */ public int getLastID() throws stock.StockException @@ -197,7 +197,7 @@ public class StockItemImpl extends stock._StockItemImplBase } } - /** + /* * This is used by our Dispenser */ public String getInstanceName() |