better names and comments

This commit is contained in:
Drew Gross
2016-04-26 13:08:58 -07:00
parent 449ca115b1
commit 71ae7bee94
2 changed files with 13 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ export class MongoStorageAdapter {
// If no objects match, reject with OBJECT_NOT_FOUND. If objects are found and deleted, resolve with undefined.
// If there is some other error, reject with INTERNAL_SERVER_ERROR.
// Currently accepts the validate for lecacy reasons. Currently accepts the schema, that may not actually be necessary.
// Currently accepts validate for legacy reasons. Currently accepts the schema, that may not actually be necessary.
deleteObjectsByQuery(className, query, validate, schema) {
return this.adaptiveCollection(className)
.then(collection => {