Revision: 19957 http://sourceforge.net/p/gate/code/19957 Author: ian_roberts Date: 2017-01-12 12:24:39 +0000 (Thu, 12 Jan 2017) Log Message: ----------- Merging fix from trunk
Modified Paths: -------------- mimir/branches/5.3/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy Property Changed: ---------------- mimir/branches/5.3/ mimir/branches/5.3/mimir-web/ Index: mimir/branches/5.3 =================================================================== --- mimir/branches/5.3 2017-01-12 12:24:00 UTC (rev 19956) +++ mimir/branches/5.3 2017-01-12 12:24:39 UTC (rev 19957) Property changes on: mimir/branches/5.3 ___________________________________________________________________ Modified: svn:mergeinfo ## -2,4 +2,4 ## /mimir/branches/4.0:15380-15383,15385-15386,15388 /mimir/branches/4.x:14298-14348 /mimir/branches/5.0:18071,18082 -/mimir/trunk:17278,19944 +/mimir/trunk:17278,19944,19955 \ No newline at end of property Index: mimir/branches/5.3/mimir-web =================================================================== --- mimir/branches/5.3/mimir-web 2017-01-12 12:24:00 UTC (rev 19956) +++ mimir/branches/5.3/mimir-web 2017-01-12 12:24:39 UTC (rev 19957) Property changes on: mimir/branches/5.3/mimir-web ___________________________________________________________________ Modified: svn:mergeinfo ## -1,3 +1,4 ## /mimir/branches/3.4/mimir-web:14546,14623,14634-14643,14687 /mimir/branches/4.0/mimir-web:15380-15383,15385-15386,15388 /mimir/branches/5.0/mimir-web:18071 +/mimir/trunk/mimir-web:19955 \ No newline at end of property Modified: mimir/branches/5.3/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy =================================================================== --- mimir/branches/5.3/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy 2017-01-12 12:24:00 UTC (rev 19956) +++ mimir/branches/5.3/mimir-web/grails-app/domain/gate/mimir/web/RemoteIndex.groovy 2017-01-12 12:24:39 UTC (rev 19957) @@ -116,7 +116,7 @@ */ DocumentData getDocumentData(long documentID) { String urlStr = (remoteUrl.endsWith("/") ? remoteUrl : (remoteUrl + "/")) + - "/search/documentDataBin"; + "search/documentDataBin"; return (DocumentData)webUtilsManager.currentWebUtils(this).getObject( urlStr, "documentId", Long.toString(documentID)); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ GATE-cvs mailing list GATE-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gate-cvs