提交 65d75530 编写于 作者: P Patrick Forhan

Merge pull request #68 from square/jw/hide-and-seek

Hide implementation detail UiCallback class in package scope.
......@@ -6,7 +6,7 @@ package retrofit.http;
*
* @author Bob Lee (bob@squareup.com)
*/
public final class UiCallback<T> implements Callback<T> {
final class UiCallback<T> implements Callback<T> {
final Callback<T> delegate;
final MainThread mainThread;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册