aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Uuid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core/Uuid.cs')
-rw-r--r--src/WixToolset.Core/Uuid.cs9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/WixToolset.Core/Uuid.cs b/src/WixToolset.Core/Uuid.cs
index d512d92f..0501c285 100644
--- a/src/WixToolset.Core/Uuid.cs
+++ b/src/WixToolset.Core/Uuid.cs
@@ -10,16 +10,9 @@ namespace WixToolset
10 /// <summary> 10 /// <summary>
11 /// Implementation of RFC 4122 - A Universally Unique Identifier (UUID) URN Namespace. 11 /// Implementation of RFC 4122 - A Universally Unique Identifier (UUID) URN Namespace.
12 /// </summary> 12 /// </summary>
13 public sealed class Uuid 13 public static class Uuid
14 { 14 {
15 /// <summary> 15 /// <summary>
16 /// Protect the constructor.
17 /// </summary>
18 private Uuid()
19 {
20 }
21
22 /// <summary>
23 /// Creates a version 3 name-based UUID. 16 /// Creates a version 3 name-based UUID.
24 /// </summary> 17 /// </summary>
25 /// <param name="namespaceGuid">The namespace UUID.</param> 18 /// <param name="namespaceGuid">The namespace UUID.</param>