Show
Ignore:
Timestamp:
02/21/08 07:41:43 (11 months ago)
Author:
hans
Message:

Cleanup in indices - Remove &ALLOW-OTHER-KEYS, add more error checking. Thanks to Klaus Unger for reporting

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bknr/datastore/src/indices/category-index.lisp

    r2529 r2584  
    121121  (:default-initargs :test #'equal)) 
    122122 
    123 (defmethod initialize-instance :after ((index category-index) &key (tree-test #'eql) &allow-other-keys
     123(defmethod initialize-instance :after ((index category-index) &key (tree-test #'eql)
    124124  (with-slots (tree) index 
    125125    (setf tree (make-category-tree :test tree-test))))