package burp; /** * Stores parameters and a list of their {@link ParameterHash}es. */ class Parameter { String name = "", value = ""; }