[Groonga-commit] groonga/gcs [master] Add a missing space after '+'

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 21日 (木) 16:51:37 JST


Kouhei Sutou	2012-06-21 16:51:37 +0900 (Thu, 21 Jun 2012)

  New Revision: e74335a130fe0f9f7578b760e7c7cd0eef85790d
  https://github.com/groonga/gcs/commit/e74335a130fe0f9f7578b760e7c7cd0eef85790d

  Merged b5d5e65: Merge branch 'master' of github.com:groonga/gcs

  Log:
    Add a missing space after '+'

  Modified files:
    lib/api/2011-02-01/configuration.js

  Modified: lib/api/2011-02-01/configuration.js (+2 -2)
===================================================================
--- lib/api/2011-02-01/configuration.js    2012-06-21 16:49:53 +0900 (f266d58)
+++ lib/api/2011-02-01/configuration.js    2012-06-21 16:51:37 +0900 (fdadbae)
@@ -33,7 +33,7 @@ function createDomainStatus(options) {
            '<Created>' + (options.created || 'false') + '</Created>' +
            '<Deleted>' + (options.deleted || 'false') + '</Deleted>' +
            '<DocService>' +
-             '<Endpoint>' + (options.documentsEndpoint || '') +'</Endpoint>' +
+             '<Endpoint>' + (options.documentsEndpoint || '') + '</Endpoint>' +
            '</DocService>' +
            '<DomainId>' + options.domainName + '/' + options.domainName +
              '</DomainId>' +
@@ -48,7 +48,7 @@ function createDomainStatus(options) {
            '<SearchPartitionCount>' + (options.searchPartitionCount || 0) +
              '</SearchPartitionCount>' +
            '<SearchService>' +
-             '<Endpoint>' + (options.searchEndpoint || '') +'</Endpoint>' +
+             '<Endpoint>' + (options.searchEndpoint || '') + '</Endpoint>' +
            '</SearchService>' +
          '</DomainStatus>';
 }
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index