Browse Source

Refs #2017: add todo's

Charles Ezell 12 years ago
parent
commit
5f8ca295a3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/pipeline/documentSources/FilterBaseDocumentSource.js

+ 3 - 0
lib/pipeline/documentSources/FilterBaseDocumentSource.js

@@ -18,6 +18,9 @@ var FilterBaseDocumentSource = module.exports = (function(){
 		this.pCurrent = null;
 	}, base = require('./DocumentSource'), proto = klass.prototype = Object.create(base.prototype, {constructor:{value:klass}});
 
+	//! @todo Need to implement coalesce()
+	//! @todo Need to implement optimize()
+
 	/**
 	 * Find the next acceptable source document, if there are any left.
 	 *