Skip to content

Commit

Permalink
Fixing last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ayende committed Apr 26, 2015
1 parent 9f321c0 commit 96b2132
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Raven.Abstractions/Raven.Abstractions.csproj
Expand Up @@ -282,7 +282,6 @@
<Compile Include="FileSystem\SearchResults.cs" />
<Compile Include="FileSystem\SynchronizationConfig.cs" />
<Compile Include="FileSystem\SynchronizationDestinationsConfig.cs" />
<Compile Include="Indexing\DocCountWithSampleDocs.cs" />
<Compile Include="Indexing\IndexLockMode.cs" />
<Compile Include="Indexing\IndexMergeResults.cs" />
<Compile Include="Indexing\IndexReplaceDocument.cs" />
Expand Down
1 change: 1 addition & 0 deletions Raven.Database/Raven.Database.csproj
Expand Up @@ -351,6 +351,7 @@
<Compile Include="Storage\Voron\StorageActions\StructureSchemas\ReducingWorkStatsFields.cs" />
<Compile Include="Storage\Voron\StorageActions\StructureSchemas\ScheduledReductionFields.cs" />
<Compile Include="Storage\Voron\StorageActions\StructureSchemas\TaskFields.cs" />
<Compile Include="Storage\DocCountWithSampleDocIds.cs" />
<Compile Include="Tasks\CleanupTestIndexesTask.cs" />
<Compile Include="Util\DebugInfoProvider.cs" />
<Compile Include="Util\ResourceTimerManager.cs" />
Expand Down
2 changes: 1 addition & 1 deletion Raven.Database/Storage/IIndexingStorageActions.cs
Expand Up @@ -38,6 +38,6 @@ public interface IIndexingStorageActions : IDisposable
int GetCountOfDocumentsReferencing(string key);
Dictionary<string, int> GetDocumentReferencesStats();
IEnumerable<string> GetDocumentsReferencesFrom(string key);
void DumpAllReferancesToCSV(StreamWriter writer, int numberOfSampleDocs, bool sort = false);
void DumpAllReferancesToCSV(StreamWriter writer, int numberOfSampleDocs);
}
}

0 comments on commit 96b2132

Please sign in to comment.