You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by pn...@apache.org on 2004/05/12 14:38:17 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/search/basic BasicQueryImpl.java

pnever      2004/05/12 05:38:17

  Modified:    src/share/org/apache/slide/content Tag:
                        SLIDE_2_0_RELEASE_BRANCH
                        NodeRevisionDescriptor.java
               src/share/org/apache/slide/search/basic Tag:
                        SLIDE_2_0_RELEASE_BRANCH BasicQueryImpl.java
  Log:
  Minor fixes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.31.2.3  +8 -6      jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java
  
  Index: NodeRevisionDescriptor.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/content/NodeRevisionDescriptor.java,v
  retrieving revision 1.31.2.2
  retrieving revision 1.31.2.3
  diff -u -r1.31.2.2 -r1.31.2.3
  --- NodeRevisionDescriptor.java	5 Feb 2004 16:05:07 -0000	1.31.2.2
  +++ NodeRevisionDescriptor.java	12 May 2004 12:38:17 -0000	1.31.2.3
  @@ -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.
  @@ -653,7 +653,9 @@
           if (resourceType == null) {
               return new String();
           } else {
  -            return (String) resourceType.getValue();
  +//            return (String) resourceType.getValue();
  +            return String.valueOf(resourceType.getValue());
  +            
           }
       }
       
  
  
  
  No                   revision
  No                   revision
  1.10.2.3  +6 -6      jakarta-slide/src/share/org/apache/slide/search/basic/BasicQueryImpl.java
  
  Index: BasicQueryImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/search/basic/BasicQueryImpl.java,v
  retrieving revision 1.10.2.2
  retrieving revision 1.10.2.3
  diff -u -r1.10.2.2 -r1.10.2.3
  --- BasicQueryImpl.java	5 Feb 2004 16:05:10 -0000	1.10.2.2
  +++ BasicQueryImpl.java	12 May 2004 12:38:17 -0000	1.10.2.3
  @@ -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.
  @@ -85,7 +85,7 @@
       /** the NotNormalizer, may be overridden in extending classes */
       protected NotNormalizer notNormalizer;
   
  -    IBasicExpressionFactory expressionFactory = new BasicExpressionFactory ();
  +    protected IBasicExpressionFactory expressionFactory = new BasicExpressionFactory ();
   
       /**
        * Creates a BasicQueryImpl.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org