Advertisement
Guest User

Untitled

a guest
Aug 30th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package com.devrosemberg.passthevirus.utils;
  2.  
  3. import java.util.ArrayList;
  4.  
  5. public class ListUtils {
  6.  
  7. public static final ArrayList<String> hasvirus = new ArrayList<>();
  8. public static final ArrayList<String> novirus = new ArrayList<>();
  9. public static final ArrayList<String> dead = new ArrayList<>();
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement