Skip to content

Commit

Permalink
Make interfaces public for documentation purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjmiller committed Apr 28, 2014
1 parent 4fd5fae commit d085d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TinCan/ILRS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.

namespace TinCan
{
interface ILRS
public interface ILRS
{
AboutLRSResponse About();

Expand Down
2 changes: 1 addition & 1 deletion TinCan/json/IJsonModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.

namespace TinCan.Json
{
interface IJsonModel
public interface IJsonModel
{
JObject ToJObject(TCAPIVersion version);
JObject ToJObject();
Expand Down

0 comments on commit d085d8a

Please sign in to comment.