Ignore:
Timestamp:
2004-12-02T09:53:54+13:00 (19 years ago)
Author:
schweer
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/gsdl-as/src/org/greenstone/gsdlas/ProfileStore.java

    r8717 r8718  
    223223            int matchedPredicatesCount = 0;
    224224            if (numMatchedPredicates.get(sub) != null) {
    225                 ((Integer) numMatchedPredicates.get(sub)).intValue();
     225                matchedPredicatesCount = ((Integer) numMatchedPredicates.get(sub)).intValue();
    226226            }
    227227            if (matchedPredicatesCount == sub.getNumOfNonEqualsPredicates()) {
Note: See TracChangeset for help on using the changeset viewer.