Skip to content

Commit

Permalink
Unversioned patch should be JObject
Browse files Browse the repository at this point in the history
  • Loading branch information
paralin committed Nov 29, 2015
1 parent 5cc5bfc commit e79981a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions KubeNET/Fixes/UnversionedPatch.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System;
using Newtonsoft.Json.Linq;

namespace KubeNET.Swagger.Model
{
public class UnversionedPatch
public class UnversionedPatch : JObject
{
public UnversionedPatch ()
{
}
}
}

0 comments on commit e79981a

Please sign in to comment.