Skip to content

Commit d085d8a

Browse files
committed
Make interfaces public for documentation purposes
1 parent 4fd5fae commit d085d8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TinCan/ILRS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020

2121
namespace TinCan
2222
{
23-
interface ILRS
23+
public interface ILRS
2424
{
2525
AboutLRSResponse About();
2626

TinCan/json/IJsonModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ limitations under the License.
1818

1919
namespace TinCan.Json
2020
{
21-
interface IJsonModel
21+
public interface IJsonModel
2222
{
2323
JObject ToJObject(TCAPIVersion version);
2424
JObject ToJObject();

0 commit comments

Comments
 (0)