Lucene.Net.Util.RamUsageEstimator: Removed TODO about restoring IsEmpty property (class is internal anyway, so there is no way to use it)
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/e837081e Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/e837081e Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/e837081e Branch: refs/heads/master Commit: e837081ea35a473b73a9e9995922d06d86741a98 Parents: 43e0ea4 Author: Shad Storhaug <[email protected]> Authored: Sat Jun 17 14:11:31 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat Jun 17 14:11:31 2017 +0700 ---------------------------------------------------------------------- src/Lucene.Net/Util/RamUsageEstimator.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/e837081e/src/Lucene.Net/Util/RamUsageEstimator.cs ---------------------------------------------------------------------- diff --git a/src/Lucene.Net/Util/RamUsageEstimator.cs b/src/Lucene.Net/Util/RamUsageEstimator.cs index f00dcce..b4a37a8 100644 --- a/src/Lucene.Net/Util/RamUsageEstimator.cs +++ b/src/Lucene.Net/Util/RamUsageEstimator.cs @@ -923,9 +923,7 @@ namespace Lucene.Net.Util get { return Assigned; } } - // LUCENENET TODO: API - bring back this IsEmpty property (doesn't work the same as !Any()) - - //public bool Empty // LUCENENET NOTE: in .NET we can just use !Any() on IEnumerable<T> + //public bool IsEmpty // LUCENENET NOTE: in .NET we can just use !Any() on IEnumerable<T> //{ // get // {
