added:
[mir.git] / source / mir / storage / Database.java
index e18d3a5..f86f043 100755 (executable)
@@ -53,7 +53,7 @@ import java.util.*;
 /**
  * Implements database access.
  *
- * @version $Id: Database.java,v 1.44.2.36 2006/08/10 19:29:36 zapata Exp $
+ * @version $Id: Database.java,v 1.44.2.37 2006/12/25 20:10:22 zapata Exp $
  * @author rk
  * @author Zapata
  *
@@ -259,7 +259,8 @@ public class Database {
   }
 
   /**
-   * Return an entity specified by id
+   * Return an entity specified by id, or <code>null</code> if no such
+   * entity exists.
    */
   public Entity selectById(String anId) throws DatabaseExc {
     if ((anId == null) || anId.equals("")) {