/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dao;
import java.util.*;
import java.util.logging.*;
/**
*
* @author Nitin
*/
public class DataService {
public static final Logger log = Logger.getLogger(DataService.class.getName());
public static Map<String, String> map = new HashMap<String, String>();
}