diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2008-10-24 08:06:36 -0700 |
---|---|---|
committer | Andrew <andrewarnott@gmail.com> | 2008-10-24 08:06:36 -0700 |
commit | 201b4c0239da358893ebb67f820b7c64e6f33af3 (patch) | |
tree | a5f83f34ac6df926ed996146a3431ce951dddd50 /src/DotNetOAuth/DesktopConsumer.cs | |
parent | 38c7d25878550429583558f5c907e34fb094fb68 (diff) | |
download | DotNetOpenAuth-201b4c0239da358893ebb67f820b7c64e6f33af3.zip DotNetOpenAuth-201b4c0239da358893ebb67f820b7c64e6f33af3.tar.gz DotNetOpenAuth-201b4c0239da358893ebb67f820b7c64e6f33af3.tar.bz2 |
Fixed up xml comment and class diagrams.
Diffstat (limited to 'src/DotNetOAuth/DesktopConsumer.cs')
-rw-r--r-- | src/DotNetOAuth/DesktopConsumer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/DesktopConsumer.cs b/src/DotNetOAuth/DesktopConsumer.cs index 0d86770..fe293f4 100644 --- a/src/DotNetOAuth/DesktopConsumer.cs +++ b/src/DotNetOAuth/DesktopConsumer.cs @@ -16,7 +16,7 @@ namespace DotNetOAuth { /// </summary>
/// <remarks>
/// The methods on this class are thread-safe. Provided the properties are set and not changed
- /// afterward, a single instance of this class may be used by an entire web application safely.
+ /// afterward, a single instance of this class may be used by an entire desktop application safely.
/// </remarks>
public class DesktopConsumer : ConsumerBase {
/// <summary>
|