Revision: 14794
          http://gate.svn.sourceforge.net/gate/?rev=14794&view=rev
Author:   valyt
Date:     2011-12-16 15:51:24 +0000 (Fri, 16 Dec 2011)
Log Message:
-----------
Use documentId instead of documentID (for consistency).

Modified Paths:
--------------
    
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/SearchController.groovy
    mimir/trunk/mimir-web/grails-app/views/search/help.gsp

Modified: 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/SearchController.groovy
===================================================================
--- 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/SearchController.groovy
 2011-12-16 15:50:54 UTC (rev 14793)
+++ 
mimir/trunk/mimir-web/grails-app/controllers/gate/mimir/web/SearchController.groovy
 2011-12-16 15:51:24 UTC (rev 14794)
@@ -242,7 +242,7 @@
    * the necessary ranking is performed before this method returns. 
    *
    * @return an int value, representing the ID of the requested document.   */
-  def documentID = {
+  def documentId = {
     def p = params["request"] ?: params
     def message
     //get the query ID

Modified: mimir/trunk/mimir-web/grails-app/views/search/help.gsp
===================================================================
--- mimir/trunk/mimir-web/grails-app/views/search/help.gsp      2011-12-16 
15:50:54 UTC (rev 14793)
+++ mimir/trunk/mimir-web/grails-app/views/search/help.gsp      2011-12-16 
15:51:24 UTC (rev 14794)
@@ -90,7 +90,7 @@
   </div>
 
   <div class="action-box">
-    <span class="action-name">documentID</span>
+    <span class="action-name">documentId</span>
     <span class="action-desc">Obtains the document ID for the document at a
     given rank (position in the results list).</span>
     <div class="list"><b>Parameters:</b>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to