From 24e3870b713dbb7220cc618d02aa0fa31474c5f0 Mon Sep 17 00:00:00 2001 From: John Thomson Date: Thu, 7 Nov 2013 09:44:01 -0600 Subject: [PATCH] Added a comment for test purposes. --- src/BloomExe/SendReceive/BloomChorusRules.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/BloomExe/SendReceive/BloomChorusRules.cs b/src/BloomExe/SendReceive/BloomChorusRules.cs index 3094629..6aeaf63 100644 --- a/src/BloomExe/SendReceive/BloomChorusRules.cs +++ b/src/BloomExe/SendReceive/BloomChorusRules.cs @@ -2,6 +2,9 @@ namespace Bloom.SendReceive { + /// + /// This class provides the configuration information that allows Chorus to know how to merge Bloom repositories. + /// public class BloomChorusRules { public static void AddFileInfoToFolderConfiguration(ProjectFolderConfiguration config)