Refactor: Rename lookup dictionaries to thesaurus.

This prevents confusion with the .NET term 'dictionary'.
This commit is contained in:
Daniel Kraus
2015-07-14 23:50:39 +02:00
parent b810cc8a74
commit b421279208
18 changed files with 63 additions and 63 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
*/
using System;
using NUnit.Framework;
using zaaReloaded2.Dictionaries;
using zaaReloaded2.Thesaurus;
namespace Tests
{