Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. /**
  3. * Created by ocittwo on 30/08/16.
  4. */
  5. public class InputItem {
  6. private final String query;
  7.  
  8. public InputItem(String query) {
  9. this.query = query;
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement