Skip to content

Commit

Permalink
interface precision
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelmathot committed Sep 4, 2020
1 parent f977547 commit 2d127d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetStac/Item/StacItem.Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace Stac.Item
{
public partial class StacItem
public partial class StacItem : IStacItem, IStacObject
{

public static async Task<IStacItem> LoadUri(Uri uri)
Expand Down

0 comments on commit 2d127d3

Please sign in to comment.