Skip to content

Commit 8951c6f

Browse files
committed
Provide interfaces #1 - forgot interface inheritace
1 parent 6bd5b90 commit 8951c6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IAuthClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
namespace OsmSharp.IO.API
99
{
1010
/// <summary>
11-
/// Authenticationed OSM API Client
11+
/// Authenticated OSM API Client
1212
/// </summary>
13-
public interface IAuthClient
13+
public interface IAuthClient : INonAuthClient
1414
{
1515
/// <summary>
1616
/// Create a Changeset, it is better to use <see cref="UploadChangeset(long, OsmChange)"/>

0 commit comments

Comments
 (0)