You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/07/13 17:48:26 UTC

[38/52] [abbrv] tinkerpop git commit: Re-enable warnings where they were disabled unnecessarily

Re-enable warnings where they were disabled unnecessarily


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/928c7875
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/928c7875
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/928c7875

Branch: refs/heads/TINKERPOP-1552-master
Commit: 928c78754ca0bc76b4cecf9001703b39bacdbc9b
Parents: bc82758
Author: Florian Hockmann <fh...@florian-hockmann.de>
Authored: Fri Jun 16 16:49:12 2017 +0200
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Jul 13 13:46:48 2017 -0400

----------------------------------------------------------------------
 gremlin-dotnet/glv/AnonymousTraversal.template                  | 4 ----
 gremlin-dotnet/glv/GraphTraversal.template                      | 5 -----
 .../src/Gremlin.Net/Process/Traversal/GraphTraversal.cs         | 5 -----
 gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs          | 4 ----
 4 files changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/928c7875/gremlin-dotnet/glv/AnonymousTraversal.template
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/glv/AnonymousTraversal.template b/gremlin-dotnet/glv/AnonymousTraversal.template
index 216b6d4..9bc7257 100644
--- a/gremlin-dotnet/glv/AnonymousTraversal.template
+++ b/gremlin-dotnet/glv/AnonymousTraversal.template
@@ -27,8 +27,6 @@ using Gremlin.Net.Structure;
 // THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see pom.xml
 namespace Gremlin.Net.Process.Traversal
 {
-#pragma warning disable 1591
-
     /// <summary>
     ///     An anonymous <see cref="GraphTraversal{SType, EType}" />.
     /// </summary>
@@ -50,7 +48,5 @@ namespace Gremlin.Net.Process.Traversal
             return new GraphTraversal<object, object>().<%= toCSharpMethodName.call(method.methodName) %><%= method.tParam %>(args);
         }
 <% } %>
-
-#pragma warning restore 1591
     }
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/928c7875/gremlin-dotnet/glv/GraphTraversal.template
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/glv/GraphTraversal.template b/gremlin-dotnet/glv/GraphTraversal.template
index ab96a17..5c3e03e 100644
--- a/gremlin-dotnet/glv/GraphTraversal.template
+++ b/gremlin-dotnet/glv/GraphTraversal.template
@@ -27,8 +27,6 @@ using Gremlin.Net.Structure;
 // THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see pom.xml
 namespace Gremlin.Net.Process.Traversal
 {
-#pragma warning disable 1591
-
     /// <summary>
     ///     Graph traversals are the primary way in which graphs are processed.
     /// </summary>
@@ -73,8 +71,5 @@ namespace Gremlin.Net.Process.Traversal
             return Wrap< <%= method.t1 %> , <%= method.t2 %> >(this);
         }
 <% } %>
-
     }
-    
-#pragma warning restore 1591
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/928c7875/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
index 4390c79..2493864 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs
@@ -27,8 +27,6 @@ using Gremlin.Net.Structure;
 // THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see pom.xml
 namespace Gremlin.Net.Process.Traversal
 {
-#pragma warning disable 1591
-
     /// <summary>
     ///     Graph traversals are the primary way in which graphs are processed.
     /// </summary>
@@ -946,8 +944,5 @@ namespace Gremlin.Net.Process.Traversal
             return Wrap< S , E >(this);
         }
 
-
     }
-    
-#pragma warning restore 1591
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/928c7875/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs
----------------------------------------------------------------------
diff --git a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs
index 0574d24..fd7a901 100644
--- a/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs
+++ b/gremlin-dotnet/src/Gremlin.Net/Process/Traversal/__.cs
@@ -27,8 +27,6 @@ using Gremlin.Net.Structure;
 // THIS IS A GENERATED FILE - DO NOT MODIFY THIS FILE DIRECTLY - see pom.xml
 namespace Gremlin.Net.Process.Traversal
 {
-#pragma warning disable 1591
-
     /// <summary>
     ///     An anonymous <see cref="GraphTraversal{SType, EType}" />.
     /// </summary>
@@ -770,7 +768,5 @@ namespace Gremlin.Net.Process.Traversal
             return new GraphTraversal<object, object>().Where(args);
         }
 
-
-#pragma warning restore 1591
     }
 }
\ No newline at end of file