wam 2004/02/25 02:24:54
Modified: src/stores/org/apache/slide/search/basic/sample
BasicExpressionFactorySample.java
Log:
use interface IBasicQuery
Revision Changes Path
1.4 +7 -7
jakarta-slide/src/stores/org/apache/slide/search/basic/sample/BasicExpressionFactorySample.java
Index: BasicExpressionFactorySample.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/stores/org/apache/slide/search/basic/sample/BasicExpressionFactorySample.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BasicExpressionFactorySample.java 11 Feb 2004 11:30:21 -0000 1.3
+++ BasicExpressionFactorySample.java 25 Feb 2004 10:24:54 -0000 1.4
@@ -5,7 +5,7 @@
*
* ====================================================================
*
- * Copyright 1999-2002 The Apache Software Foundation
+ * Copyright 1999-2002 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@
public class BasicExpressionFactorySample implements IBasicExpressionFactory {
- private BasicQuerySample query;
+ private IBasicQuery query;
protected PropertyProvider propertyProvider;
/**
@@ -152,7 +152,7 @@
public void init(IBasicQuery query, PropertyProvider propertyProvider)
throws BadQueryException
{
- this.query = (BasicQuerySample) query;
+ this.query = (IBasicQuery) query;
this.propertyProvider = propertyProvider;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]