Why is there not a method like

public List executeQueryForList(String mapName) {
        return executeQueryForList(mapName,null);
}


Just looks kinda bad that you have to put in null when thery are no parameters.


Nathan



Reply via email to