package com.volley.air; public class Helper { public static String shouldntNull(String name) { return name + " should not be null!"; } }