View | Details | Raw Unified | Return to bug 36164
Collapse All | Expand All

(-)src/share/org/apache/slide/search/basic/BasicExpressionCompiler.java (+3 lines)
Lines 204-209 Link Here
204
                mergeExpression = (IBasicExpression)it.next();
204
                mergeExpression = (IBasicExpression)it.next();
205
        }
205
        }
206
        
206
        
207
        if(mergeExpression == null)
208
        	throw new BadQueryException("AND and OR must not be empty!");
209
        
207
        return mergeExpression;
210
        return mergeExpression;
208
    }
211
    }
209
    
212
    

Return to bug 36164