Skip to content

Instantly share code, notes, and snippets.

package com.example.hokanla.rxplayground;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import rx.Observable;
import rx.Subscription;
import rx.subjects.PublishSubject;
@clackbib
clackbib / Comment.java
Created January 22, 2016 23:22
GithubApi using GSON for parsing
package gitit.com.gitit.service.contract;
/**
* 2015
* Created by ho on 05/08/15.
*/
public class Comment {
public User user;
public String body;