summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-02-21 18:32:59 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-02-22 08:39:06 -0800
commit88d6d29b84ba0d8e522fd46377a859cee604301f (patch)
tree68ea4a467719957dfe8e69563eb20ff4c4ecc92e
parenteccafe10d4bad8bf7398b8381846fab66dd0b111 (diff)
downloadDotNetOpenAuth-88d6d29b84ba0d8e522fd46377a859cee604301f.zip
DotNetOpenAuth-88d6d29b84ba0d8e522fd46377a859cee604301f.tar.gz
DotNetOpenAuth-88d6d29b84ba0d8e522fd46377a859cee604301f.tar.bz2
Internalized a constructor on an internal type.
-rw-r--r--src/DotNetOpenAuth/Messaging/Reflection/MessageDescriptionCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/Messaging/Reflection/MessageDescriptionCollection.cs b/src/DotNetOpenAuth/Messaging/Reflection/MessageDescriptionCollection.cs
index ff8b74b..f7a7140 100644
--- a/src/DotNetOpenAuth/Messaging/Reflection/MessageDescriptionCollection.cs
+++ b/src/DotNetOpenAuth/Messaging/Reflection/MessageDescriptionCollection.cs
@@ -23,7 +23,7 @@ namespace DotNetOpenAuth.Messaging.Reflection {
/// <summary>
/// Initializes a new instance of the <see cref="MessageDescriptionCollection"/> class.
/// </summary>
- public MessageDescriptionCollection() {
+ internal MessageDescriptionCollection() {
}
/// <summary>