/** * Autogenerated by Thrift Compiler (0.9.2) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package com.justdebugit.thrift.generated; import java.util.ArrayList; import java.util.List; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"}) public class userManagerConstants { public static final int INT32CONSTANT = 9853; public static final List<Integer> BLACKLIST = new ArrayList<Integer>(); static { BLACKLIST.add(10); BLACKLIST.add(11); BLACKLIST.add(12); } }