Date: Monday, December 12, 2005 @ 14:54:21
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.22 -> 1.23) Request.hpp (1.10 -> 1.11)

Minor javadoc fixes


--------------------+
 CarobException.hpp |    2 +-
 Request.hpp        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.22 
carob/include/CarobException.hpp:1.23
--- carob/include/CarobException.hpp:1.22       Fri Dec  9 17:10:16 2005
+++ carob/include/CarobException.hpp    Mon Dec 12 14:54:21 2005
@@ -105,7 +105,7 @@
 
   /** get the SQLState if any */
   const std::wstring & getSQLState() const { return SQLState; }
-  /* Retrieves the vendor-specific exception code */
+  /** Retrieves the vendor-specific exception code */
   int32_t getErrorCode() { return errorCode; }
 
 protected:
Index: carob/include/Request.hpp
diff -u carob/include/Request.hpp:1.10 carob/include/Request.hpp:1.11
--- carob/include/Request.hpp:1.10      Mon Dec 12 14:43:46 2005
+++ carob/include/Request.hpp   Mon Dec 12 14:54:21 2005
@@ -121,7 +121,7 @@
   int64_t           getId() { return id; }
   /**
    * Sets the id value.
-   * @param id to set
+   * @param idPrm to set
    */
   void              setId(int64_t idPrm) { id = idPrm; }
   /**

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to