[Groonga-commit] groonga/groonga-admin at e4ac3f0 [master] Comment out unused arguments

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 27 15:13:36 JST 2016


Kouhei Sutou	2016-09-27 15:13:36 +0900 (Tue, 27 Sep 2016)

  New Revision: e4ac3f07a1818f168d64eb8d2c6b420fd17ec149
  https://github.com/groonga/groonga-admin/commit/e4ac3f07a1818f168d64eb8d2c6b420fd17ec149

  Message:
    Comment out unused arguments

  Modified files:
    app/scripts/services/schema-loader.js

  Modified: app/scripts/services/schema-loader.js (+2 -2)
===================================================================
--- app/scripts/services/schema-loader.js    2016-09-27 14:54:41 +0900 (1dae927)
+++ app/scripts/services/schema-loader.js    2016-09-27 15:13:36 +0900 (5fb9a3b)
@@ -184,7 +184,7 @@ angular.module('groongaAdminApp')
         return client.execute('thread_limit', { max: limit })
           .then(function(response) {
             return response.lastMaxLimit();
-          }, function(errorResponse) {
+          }, function(/* errorResponse */) {
             return THREAD_LIMIT_UNKNOWN;
           });
       }
@@ -202,7 +202,7 @@ angular.module('groongaAdminApp')
                       schema.types = buildTypes(response.types());
                       schema.tables = buildTables(response.tables());
                       resolveIndexes(schema);
-                    }, function(errorResponse) {});
+                    }, function(/* errorResponse */) {});
           })
           .then(function() {
             if (lastMaxLimitBackup === THREAD_LIMIT_UNKNOWN)
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-commit mailing list
Back to archive index