Minor writing style changes.

This commit is contained in:
Vavassor 2017-06-22 14:01:25 -04:00
commit 18ebfa212e
13 changed files with 45 additions and 43 deletions

View file

@ -43,7 +43,7 @@ import retrofit2.http.Part;
import retrofit2.http.Path;
import retrofit2.http.Query;
public interface MastodonAPI {
public interface MastodonApi {
String ENDPOINT_AUTHORIZE = "/oauth/authorize";
@GET("api/v1/timelines/home")